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 8c5a4b895 Bump com.fasterxml.jackson.core:jackson-databind from 2.21.4
to 2.22.0 (#641)
8c5a4b895 is described below
commit 8c5a4b8951ca9f630bf3000324c11da76a1a3a62
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 19:02:59 2026 -0400
Bump com.fasterxml.jackson.core:jackson-databind from 2.21.4 to 2.22.0
(#641)
Bumps
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
from 2.21.4 to 2.22.0.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.22.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c38979d1e..13fadae13 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.4</version>
+ <version>2.22.0</version>
<optional>true</optional>
</dependency>
<!-- Testing -->