This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 9965045eb7 Bump version.jackson from 2.21.1 to 2.21.2
9965045eb7 is described below
commit 9965045eb79c0b2c8790d446989fb6dc75c18ebf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 04:36:15 2026 +0000
Bump version.jackson from 2.21.1 to 2.21.2
Bumps `version.jackson` from 2.21.1 to 2.21.2.
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.1 to 2.21.2
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from
2.21.1 to 2.21.2
-
[Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.21.1...jackson-dataformats-text-2.21.2)
---
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
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
dependency-version: 2.21.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8f10679398..b2a2eef1b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
<version.microprofile.impl.opentelemetry>2.11.2</version.microprofile.impl.opentelemetry>
<!-- Jackson and snakeyaml required by OpenAPI Impl -->
- <version.jackson>2.21.1</version.jackson>
+ <version.jackson>2.21.2</version.jackson>
<version.snakeyaml>2.6</version.snakeyaml>
<!-- Jakarta EE API -->