This is an automated email from the ASF dual-hosted git repository.
rzo1 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 2bd478c8bc TOMEE-4623 - Jackson 2.22.0
2bd478c8bc is described below
commit 2bd478c8bc0781d76c3a74757956b5dc67893e23
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Jun 25 08:57:23 2026 +0200
TOMEE-4623 - Jackson 2.22.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f98142fedc..65a0baf52f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
<version.microprofile.impl.opentelemetry>2.15.1</version.microprofile.impl.opentelemetry>
<!-- Jackson and snakeyaml required by OpenAPI Impl -->
- <version.jackson>2.21.3</version.jackson>
+ <version.jackson>2.22.0</version.jackson>
<version.snakeyaml>2.6</version.snakeyaml>
<!-- Jakarta EE API -->