This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch tomee-9.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit ce53e8726c1f0257a724a51610f32f04b5d64c06 Author: Richard Zowalla <[email protected]> AuthorDate: Fri May 5 13:41:11 2023 +0200 TOMEE-4212 - Jackson 2.15.0 --- boms/tomee-microprofile/pom.xml | 10 +++++----- boms/tomee-plume/pom.xml | 10 +++++----- boms/tomee-plus/pom.xml | 10 +++++----- pom.xml | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml index 07a4d3932f..894bcc77ce 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.1</version> + <version>2.15.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -59,7 +59,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.14.1</version> + <version>2.15.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -70,7 +70,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.14.1</version> + <version>2.15.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.1</version> + <version>2.15.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2111,7 +2111,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.33</version> + <version>2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml index 0375445cad..22a696c1a3 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.1</version> + <version>2.15.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -59,7 +59,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.14.1</version> + <version>2.15.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -70,7 +70,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.14.1</version> + <version>2.15.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.1</version> + <version>2.15.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2255,7 +2255,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.33</version> + <version>2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml index 9ffccef117..40f84dc732 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.1</version> + <version>2.15.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -59,7 +59,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.14.1</version> + <version>2.15.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -70,7 +70,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.14.1</version> + <version>2.15.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.1</version> + <version>2.15.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2266,7 +2266,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.33</version> + <version>2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/pom.xml b/pom.xml index 895a40ade6..3a09cf7dbe 100644 --- a/pom.xml +++ b/pom.xml @@ -195,8 +195,8 @@ <version.microprofile.impl.opentracing>3.0.3</version.microprofile.impl.opentracing> <!-- Jackson and snakeyaml required by OpenAPI Impl --> - <version.jackson>2.14.1</version.jackson> - <version.snakeyaml>1.33</version.snakeyaml> + <version.jackson>2.15.0</version.jackson> + <version.snakeyaml>2.0</version.snakeyaml> <!-- Jakarta EE API --> <!-- we currently rely on Mail API from Geronimo, this might change in the future -->
