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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2462c84  Upgrade the dependencies of all remaining occurrences of 
commons-lang3. (#950)
2462c84 is described below

commit 2462c84a98bb0a3bd174b7f2425f5ab4572c5fd0
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Wed Jul 16 15:10:17 2025 +0200

    Upgrade the dependencies of all remaining occurrences of commons-lang3. 
(#950)
---
 src/it/jpms_compile-main-foo-test-bar/pom.xml | 2 +-
 src/it/jpms_compile-main-foo-test-foo/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/it/jpms_compile-main-foo-test-bar/pom.xml 
b/src/it/jpms_compile-main-foo-test-bar/pom.xml
index 1ee94b0..64f1944 100644
--- a/src/it/jpms_compile-main-foo-test-bar/pom.xml
+++ b/src/it/jpms_compile-main-foo-test-bar/pom.xml
@@ -32,7 +32,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.7</version>
+      <version>3.18.0</version>
     </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
diff --git a/src/it/jpms_compile-main-foo-test-foo/pom.xml 
b/src/it/jpms_compile-main-foo-test-foo/pom.xml
index 1ee94b0..64f1944 100644
--- a/src/it/jpms_compile-main-foo-test-foo/pom.xml
+++ b/src/it/jpms_compile-main-foo-test-foo/pom.xml
@@ -32,7 +32,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.7</version>
+      <version>3.18.0</version>
     </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>

Reply via email to