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 819204247 Bump com.fasterxml.jackson.core:jackson-databind from 2.22.0
to 2.22.1 (#646)
819204247 is described below
commit 8192042472c60d173858e8a19aa441b60a300c16
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 21 12:03:05 2026 -0400
Bump com.fasterxml.jackson.core:jackson-databind from 2.22.0 to 2.22.1
(#646)
Bumps
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
from 2.22.0 to 2.22.1.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.22.1
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 5c29b88d4..ca213536f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,7 +237,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.22.0</version>
+ <version>2.22.1</version>
<optional>true</optional>
</dependency>
<!-- Testing -->