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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new 7e4fbb727 Bump com.fasterxml.jackson.core:jackson-databind from 2.21.3
to 2.21.4
7e4fbb727 is described below
commit 7e4fbb72737a8432a4e34364eab35b21822e0a69
Author: Gary Gregory <[email protected]>
AuthorDate: Fri May 29 10:16:45 2026 -0400
Bump com.fasterxml.jackson.core:jackson-databind from 2.21.3 to 2.21.4
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f9c6dccc2..138f68a97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,7 +237,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.21.3</version>
+ <version>2.21.4</version>
<optional>true</optional>
</dependency>
<!-- Testing -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2fb9cba79..5b3785a88 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,6 +27,7 @@
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.fasterxml.jackson.core:jackson-databind from 2.21.3 to 2.21.4.</action>
</release>
<release version="2.15.1" date="2026-05-21" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->