This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git


The following commit(s) were added to refs/heads/master by this push:
     new 1830d81  [MWRAPPER-154] Bump commons-io:commons-io from 2.16.1 to 
2.18.0 (#161)
1830d81 is described below

commit 1830d8135810066bdf01c15b3a9add03e8b12abe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 16 09:31:30 2024 +0100

    [MWRAPPER-154] Bump commons-io:commons-io from 2.16.1 to 2.18.0 (#161)
    
    ---
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sylwester Lachiewicz <slachiew...@apache.org>
---
 maven-wrapper-plugin/pom.xml | 2 +-
 pom.xml                      | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/maven-wrapper-plugin/pom.xml b/maven-wrapper-plugin/pom.xml
index 6bafd68..6e8b4c4 100644
--- a/maven-wrapper-plugin/pom.xml
+++ b/maven-wrapper-plugin/pom.xml
@@ -69,7 +69,7 @@ under the License.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.16.1</version>
+      <version>2.18.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
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>
 

Reply via email to