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

garydgregory 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 d0558b71 Bump com.google.code.gson:gson from 2.13.2 to 2.14.0.
d0558b71 is described below

commit d0558b71817a2a45688ba6af083f061d7ad7f74e
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 16 21:33:45 2026 +0000

    Bump com.google.code.gson:gson from 2.13.2 to 2.14.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6734196e..fc5cfc4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
         <dependency>
             <groupId>com.google.code.gson</groupId>
             <artifactId>gson</artifactId>
-            <version>2.13.2</version>
+            <version>2.14.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0b1381fb..f4dc5eec 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,6 +40,7 @@
             <!-- UPDATE -->
             <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 96 to 102.</action>
             <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-logging:commons-logging from 1.3.5 to 1.3.6.</action>
+            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
com.google.code.gson:gson from 2.13.2 to 2.14.0.</action>
         </release>
         <release version="3.6.2" date="2026-02-05"
                  description="This is a feature and maintenance release. Java 
8 or later is required.">

Reply via email to