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 0a016073d3 TOMEE-4067 - Jackson 2.14.0-rc1
0a016073d3 is described below
commit 0a016073d3c1fdc9cc30394c33eb43577f04357f
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Oct 6 15:11:18 2022 +0200
TOMEE-4067 - Jackson 2.14.0-rc1
---
boms/tomee-microprofile/pom.xml | 8 ++++----
boms/tomee-plume/pom.xml | 8 ++++----
boms/tomee-plus/pom.xml | 8 ++++----
pom.xml | 4 ++--
4 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index af786dd143..585c26a660 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.13.4</version>
+ <version>2.14.0-rc1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -59,7 +59,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.13.4</version>
+ <version>2.14.0-rc1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -70,7 +70,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.13.4</version>
+ <version>2.14.0-rc1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -81,7 +81,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
- <version>2.13.4</version>
+ <version>2.14.0-rc1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 183c78b6ff..96548e1a19 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.13.4</version>
+ <version>2.14.0-rc1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -59,7 +59,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.13.4</version>
+ <version>2.14.0-rc1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -70,7 +70,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.13.4</version>
+ <version>2.14.0-rc1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -81,7 +81,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
- <version>2.13.4</version>
+ <version>2.14.0-rc1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index c8534e1d36..6ac7f4fd9e 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.13.4</version>
+ <version>2.14.0-rc1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -59,7 +59,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.13.4</version>
+ <version>2.14.0-rc1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -70,7 +70,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.13.4</version>
+ <version>2.14.0-rc1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -81,7 +81,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
- <version>2.13.4</version>
+ <version>2.14.0-rc1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index db8cf754ce..c5dea5249a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,8 +244,8 @@
<opentracing.api>0.31.0</opentracing.api>
<!-- Jackson required by OpenAPI Impl -->
- <jackson.version>2.13.4</jackson.version>
- <jackson.dataformat.version>2.13.4</jackson.dataformat.version>
+ <jackson.version>2.14.0-rc1</jackson.version>
+ <jackson.dataformat.version>2.14.0-rc1</jackson.dataformat.version>
<!-- required by Jackson dataformat yaml -->
<snakeyaml.version>1.33</snakeyaml.version>