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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jelly.git


The following commit(s) were added to refs/heads/master by this push:
     new dbc49d71 Bump commons-lang:commons-lang 2.0 to 
org.apache.commons:commons-lang3 3.20.0
dbc49d71 is described below

commit dbc49d718bf35f44ced58d6aaae5781142d95d8a
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 24 08:01:24 2025 -0500

    Bump commons-lang:commons-lang 2.0 to org.apache.commons:commons-lang3
    3.20.0
---
 core/pom.xml             | 6 +++---
 jelly-tags/swing/pom.xml | 6 +++---
 jelly-tags/util/pom.xml  | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 7ecb8fb6..ed6b7621 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -63,9 +63,9 @@
       <version>1.11.0</version>
     </dependency>
     <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.20.0</version>
     </dependency>
     <dependency>
       <groupId>commons-discovery</groupId>
diff --git a/jelly-tags/swing/pom.xml b/jelly-tags/swing/pom.xml
index 9396ea50..15f15ae5 100644
--- a/jelly-tags/swing/pom.xml
+++ b/jelly-tags/swing/pom.xml
@@ -32,9 +32,9 @@
   <dependencies>
     <!-- START for compilation -->
     <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.20.0</version>
     </dependency>
 
     <!-- END for compilation -->
diff --git a/jelly-tags/util/pom.xml b/jelly-tags/util/pom.xml
index f7e96ef7..5114714c 100644
--- a/jelly-tags/util/pom.xml
+++ b/jelly-tags/util/pom.xml
@@ -34,9 +34,9 @@
   <dependencies>
     <!-- START for compilation -->
     <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.20.0</version>
     </dependency>
     <dependency>
       <groupId>commons-beanutils</groupId>

Reply via email to