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


The following commit(s) were added to refs/heads/master by this push:
     new 55671e5b Bump com.fasterxml.jackson.core:jackson-databind from 2.21.1 
to 2.21.4
55671e5b is described below

commit 55671e5b5f0c5aae838a5669907085c012589d7b
Author: Gary Gregory <[email protected]>
AuthorDate: Sat May 30 06:30:58 2026 -0400

    Bump com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.4
---
 commons-jcs4-core/pom.xml | 2 +-
 src/changes/changes.xml   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/commons-jcs4-core/pom.xml b/commons-jcs4-core/pom.xml
index 24c4a072..ac39bb97 100644
--- a/commons-jcs4-core/pom.xml
+++ b/commons-jcs4-core/pom.xml
@@ -104,7 +104,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.21.1</version>
+      <version>2.21.4</version>
       <optional>true</optional>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c21b0a73..9c2f0e28 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -113,6 +113,7 @@
             <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-collections4 from 4.4 to 4.5.0.</action>
             <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0.</action>
             <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-io:commons-io from 2.18.0 to 2.22.0.</action>
+            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.4.</action>
         </release>
         <release version="3.2.1" date="2024-05-27" description="JDK bug fix 
release">
             <action dev="tv" type="fix" fixed-issues="JCS-237, JCS-238, 
JCS-239, JCS-240" due-to="Murali Thirugnanam, Greg Parmiter">

Reply via email to