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-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new 27261d61 Bump commons-logging:commons-logging from 1.2 to 1.3.0
27261d61 is described below

commit 27261d61051865786381d3df2c1afade9fa64a22
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Nov 30 10:06:21 2023 -0500

    Bump commons-logging:commons-logging from 1.2 to 1.3.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 482ba00b..ac782e03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
-            <version>1.2</version>
+            <version>1.3.0</version>
         </dependency>
         <dependency>
             <groupId>org.junit.vintage</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e626ca33..6a7a4324 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,19 +52,19 @@
                 Incorrect template eval result.
             </action>
             <action dev="henrib" type="fix" issue="JEXL-414" due-to="Holger 
Sunke" >
-                SoftCache may suffer from race conditions
+                SoftCache may suffer from race conditions.
             </action>
             <action dev="henrib" type="fix" issue="JEXL-412" due-to="Xu 
Pengcheng" >
                 Ambiguous syntax between namespace function call and map 
object definition.
             </action>
             <action dev="henrib" type="fix" issue="JEXL-410" due-to="sebb">
-                JexlFeatures: ctor does not enable all features
+                JexlFeatures: ctor does not enable all features.
             </action>
             <action dev="henrib" type="fix" issue="JEXL-409" due-to="sebb">
-                Disable LEXICAL should disable LEXICAL_SHADE
+                Disable LEXICAL should disable LEXICAL_SHADE.
             </action>
             <action dev="henrib" type="fix" issue="JEXL-405">
-                Recursive functions corrupt evaluation frame if reassigned
+                Recursive functions corrupt evaluation frame if reassigned.
             </action>
             <action dev="henrib" type="fix" issue="JEXL-403" due-to="Xu 
Pengcheng" >
                 Exception while evaluating template literal used in array 
assignment in loop.
@@ -85,6 +85,7 @@
             <action dev="ggregory" type="update" due-to="dependabot">
                 Bump org.ow2.asm:asm from 9.5 to 9.6 #200.
             </action>
+            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-logging from 1.2 to 1.3.0.</action>
         </release>
         <release version="3.3" date="2023-03-20">
             <!-- ADD -->

Reply via email to