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 8d24dfd4 Bump commons-jexl:commons-jexl 1.1 to 
org.apache.commons:commons-jexl 2.1.1
8d24dfd4 is described below

commit 8d24dfd4fdad1b2eb3076268458c8ab245b05950
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun May 4 11:09:49 2025 -0400

    Bump commons-jexl:commons-jexl 1.1 to org.apache.commons:commons-jexl
    2.1.1
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f5bfec0b..6c8670ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,9 +206,9 @@
       <version>4.5.0</version>
     </dependency>
     <dependency>
-      <groupId>commons-jexl</groupId>
+      <groupId>org.apache.commons</groupId>
       <artifactId>commons-jexl</artifactId>
-      <version>1.1</version>
+      <version>2.1.1</version>
     </dependency>
     <dependency>
       <groupId>jaxen</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1ba07ee8..184f2bc3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory. 
Dependabot">Bump commons-cli:commons-cli from 1.0 to 1.9.0 #24.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-lang:commons-lang 2.0 to org.apache.commons:commons-lang3 
3.17.0.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-collections:commons-collections 2.1 to 
org.apache.commons:commons-collections4 4.5.0.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-jexl:commons-jexl 1.1 to org.apache.commons:commons-jexl 2.1.1.</action>
     </release>
   </body>
 </document>

Reply via email to