This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-8.x by this push:
new 64de2362bc [TOMEE-4107] Jackson 2.14.0
64de2362bc is described below
commit 64de2362bccbe3e35aa5738db4006f94e0569933
Author: Swell <[email protected]>
AuthorDate: Sun Nov 6 09:18:48 2022 +0100
[TOMEE-4107] Jackson 2.14.0
---
boms/tomee-microprofile/pom.xml | 8 ++++----
boms/tomee-plume/pom.xml | 8 ++++----
boms/tomee-plus/pom.xml | 8 ++++----
pom.xml | 7 +++----
4 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 3ba58db162..dad6b8156c 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.14.0-rc2</version>
+ <version>2.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -59,7 +59,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.14.0-rc2</version>
+ <version>2.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -70,7 +70,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.14.0-rc2</version>
+ <version>2.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -81,7 +81,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
- <version>2.14.0-rc2</version>
+ <version>2.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 91707ba5db..48e6be534d 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.14.0-rc2</version>
+ <version>2.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -59,7 +59,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.14.0-rc2</version>
+ <version>2.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -70,7 +70,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.14.0-rc2</version>
+ <version>2.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -81,7 +81,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
- <version>2.14.0-rc2</version>
+ <version>2.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index b8238a8581..ab5ccc860e 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.14.0-rc2</version>
+ <version>2.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -59,7 +59,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.14.0-rc2</version>
+ <version>2.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -70,7 +70,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.14.0-rc2</version>
+ <version>2.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -81,7 +81,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
- <version>2.14.0-rc2</version>
+ <version>2.14.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index 634693f476..229808b8aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,9 +195,8 @@
<microprofile.jwt.impl.version>${project.version}</microprofile.jwt.impl.version>
<microprofile.rest-client.impl.version>${cxf.version}</microprofile.rest-client.impl.version>
- <!-- Jackson required by OpenAPI Impl -->
- <version.jackson>2.14.0-rc2</version.jackson>
- <version.jackson.dataformat>2.14.0-rc2</version.jackson.dataformat>
+ <!-- Jackson and snakeyaml required by OpenAPI Impl -->
+ <version.jackson>2.14.0</version.jackson>
<snakeyaml.version>1.33</snakeyaml.version>
<!-- Jakarta EE API -->
@@ -2015,7 +2014,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
- <version>${version.jackson.dataformat}</version>
+ <version>${version.jackson}</version>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>