This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch dependabot/maven/commons-io-commons-io-2.18.0 in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git
commit 511714ea31163a91389dba74ae62c0ac3434f68d Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Mon Dec 16 09:10:58 2024 +0100 Make possible to test with newer Java --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 93c4795..317b7e6 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,8 @@ under the License. <maven.site.path>wrapper-archives/wrapper-LATEST</maven.site.path> <mavenVersion>3.9.6</mavenVersion> <javaVersion>8</javaVersion> + <!-- remove later - upgrade to try run tests with Java 23, Doxia 1.x --> + <version.maven-invoker-plugin>3.7.0</version.maven-invoker-plugin> <project.build.outputTimestamp>2024-05-21T15:12:22Z</project.build.outputTimestamp> </properties>