This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 5472d12 Update commons-io to 2.13.0 (#195)
5472d12 is described below
commit 5472d12326f29ddb5ac681e283d8deeadc289ae0
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Mon Jun 12 09:11:40 2023 -0400
Update commons-io to 2.13.0 (#195)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cfffc61..4882f42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@ under the License.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.11.0</version>
+ <version>2.13.0</version>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>