This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
commit 6c461d99b17ab957d9ef2a2fbc1f402614e349ab Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Mon Jun 12 01:05:32 2023 +0000 Update commons-io to 2.13.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ffd6c91..9ec63c4 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>
