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
commit 3d0411bdd2ecad549750eee70b4d8cb7f520eaf4 Author: Gary Gregory <[email protected]> AuthorDate: Sun May 15 18:27:44 2022 -0400 Bump com.fasterxml.jackson.core:jackson-databind from 2.10.3 to 2.12.4, --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 24abed9d..8a4763a4 100644 --- a/pom.xml +++ b/pom.xml @@ -412,7 +412,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.13.2.2</version> + <version>2.13.3</version> <optional>true</optional> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4de4ab7d..0329da51 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -110,7 +110,7 @@ Bump Apache Commons Lang from 3.9 to 3.12.0. </action> <action type="update" dev="ggregory" issue="CONFIGURATION-790" due-to="Gary Gregory, Dependabot"> - Bump com.fasterxml.jackson.core:jackson-databind from 2.10.3 to 2.12.4, #60. + Bump com.fasterxml.jackson.core:jackson-databind from 2.10.3 to 2.13.3, #60. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump Slf4j test dependencies:
