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
commit 73ef1a7115102a7198d6a1c8319f2dab975d5f56 Author: Gary Gregory <[email protected]> AuthorDate: Mon May 11 12:26:46 2026 -0400 Bump com.fasterxml.jackson.core:jackson-databind from 2.21.2 to 2.21.3. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4294f0da4..fc7afd864 100644 --- a/pom.xml +++ b/pom.xml @@ -238,7 +238,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.21.2</version> + <version>2.21.3</version> <optional>true</optional> </dependency> <!-- Testing --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 800828ed7..22cd9bc4c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -33,6 +33,7 @@ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.21.0 to 2.22.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.21.0 to 1.22.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.logging.log4j:log4j-core from 2.25.4 to 2.26.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.fasterxml.jackson.core:jackson-databind from 2.21.2 to 2.21.3.</action> </release> <release version="2.14.0" date="2026-04-03" description="Minor release with new features and updated dependencies; requires Java 8 or above."> <!-- FIX -->
