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 6796fc355 Bump com.fasterxml.jackson.core:jackson-databind from 2.21.1
to 2.21.2 (#632)
6796fc355 is described below
commit 6796fc3558879d11af3a656507359657046b4b25
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 22:50:08 2026 -0400
Bump com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.2
(#632)
Bumps
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
from 2.21.1 to 2.21.2.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.21.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 740d0a666..5d659529e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.21.1</version>
+ <version>2.21.2</version>
<optional>true</optional>
</dependency>
<!-- Testing -->