This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 964c7f3 Bump com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3
(#429)
964c7f3 is described below
commit 964c7f3db4c89c9abd8b84a89f948b579d1923d8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 5 18:20:15 2026 +0200
Bump com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3 (#429)
Bumps
[com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom)
from 2.21.2 to 2.21.3.
-
[Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.2...jackson-bom-2.21.3)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.21.3
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 3f6bb75..952faf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
<moditect.skip>true</moditect.skip>
<japicmp.skip>true</japicmp.skip>
<!-- Dependency versions -->
- <commons.jackson.version>2.21.2</commons.jackson.version>
+ <commons.jackson.version>2.21.3</commons.jackson.version>
</properties>
<dependencyManagement>
<dependencies>