This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new 342abcc372 TOMEE-3893 - Upgrade to jackson 2.13.2.2
342abcc372 is described below
commit 342abcc372049e1c60076bcddfde808f96044fd4
Author: Richard Zowalla <[email protected]>
AuthorDate: Sun Apr 10 09:29:05 2022 +0200
TOMEE-3893 - Upgrade to jackson 2.13.2.2
---
boms/tomee-microprofile/pom.xml | 2 +-
boms/tomee-plume/pom.xml | 2 +-
boms/tomee-plus/pom.xml | 2 +-
pom.xml | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 549ab1e89a..a097850978 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.13.0-rc2</version>
+ <version>2.13.2.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 54cb765718..9b1afadb02 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.13.0-rc2</version>
+ <version>2.13.2.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index b6483e78cc..8ebf87486a 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.13.0-rc2</version>
+ <version>2.13.2.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index c8f17ed422..1d7daf9db7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,8 +259,8 @@
<opentracing.api>0.33.0</opentracing.api>
<!-- Jackson required by OpenAPI Impl -->
- <jackson.version>2.13.0-rc2</jackson.version>
- <jackson.dataformat.version>2.13.0-rc2</jackson.dataformat.version>
+ <jackson.version>2.13.2.2</jackson.version>
+ <jackson.dataformat.version>2.13.2</jackson.dataformat.version>
<!-- Javadoc & Asciidoclet -->
<javadoc.version>3.0.1</javadoc.version>