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 a53e94d0 Bump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.1 a53e94d0 is described below commit a53e94d02537230434e9843f7188bd4270e503ef Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jun 16 07:59:09 2025 -0400 Bump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.1 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6c1a2356..26bdff58 100644 --- a/pom.xml +++ b/pom.xml @@ -263,7 +263,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.19.0</version> + <version>2.19.1</version> <optional>true</optional> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index de4ce277..a3c28292 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -31,7 +31,7 @@ <action type="fix" dev="ggregory" due-to="Robbie Gemmell, Justin Bertram, Gary Gregory" issue="CONFIGURATION-852">Mark the package jakarta.servlet.* import as optional in OSGi #574.</action> <!-- ADD --> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0 #565.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.1 #565.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 81 to 84.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0.</action> </release>