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 b2d35da1 Bump commons.jackson.version from 2.19.1 to 2.19.2
new 076313b4 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-configuration.git
b2d35da1 is described below
commit b2d35da13b73052c427f8d9f8948902ea5c97777
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 24 19:12:12 2025 -0400
Bump commons.jackson.version from 2.19.1 to 2.19.2
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4f010eae..9ffcf65d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,7 +240,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.19.1</version>
+ <version>2.19.2</version>
<optional>true</optional>
</dependency>
<!-- Testing -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 56db2f2e..94daf802 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -35,7 +35,7 @@
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
org.apache.commons.configuration2.ImmutableConfiguration.forEach(BiConsumer<String,
Object>).</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 81 to 85.</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,
Dependabot">Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to
2.19.2 #565.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump log4j.version from 2.24.3 to 2.25.1 #579.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0
#582.</action>