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


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

commit 0f745be0c57e9ccb877d79dff54e4dc9402d815d
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Feb 23 10:38:12 2026 -0500

    Bump com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.1.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2a201a15c..9f858d648 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.20.1</version>
+      <version>2.21.1</version>
       <optional>true</optional>
     </dependency>
     <!-- Testing -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6c36606d8..6878fef8c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,7 +23,7 @@
     <author email="[email protected]">Apache Commons Community</author>
   </properties>
   <body>
-    <release version="2.13.1" date="2025-11-21" description="Minor release 
with new features and updated dependencies; requires Java 8 or above.">
+    <release version="2.13.1" date="YYYY-MM-DD" description="Minor release 
with new features and updated dependencies; requires Java 8 or above.">
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT 
plugin console warnings.</action>
       <!-- ADD -->
@@ -34,6 +34,7 @@
       <action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump 
org.apache.commons:commons-dbcp2 from 2.13.0 to 2.14.0.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.logging.log4j:log4j-core from 2.25.2 to 2.25.3 #626.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-codec:commons-codec from 1.20.0 to 1.21.0.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.1.</action>
     </release>
     <release version="2.13.0" date="2025-11-21" description="Minor release 
with new features and updated dependencies; requires Java 8 or above.">
       <!-- FIX -->

Reply via email to