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
commit 8db1aa49f7b8818a60ed130dc7e790a36cadaf58 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 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml index dffb7a34d1..d24b3ddf96 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.2</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 d6215fcbd0..89b3c7060c 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.2</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 aec4c3b3ff..f0b808e0df 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.2</version> + <version>2.13.2.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/pom.xml b/pom.xml index bf75240d4d..fa6bff1b39 100644 --- a/pom.xml +++ b/pom.xml @@ -244,7 +244,7 @@ <opentracing.api>0.31.0</opentracing.api> <!-- Jackson required by OpenAPI Impl --> - <jackson.version>2.13.2</jackson.version> + <jackson.version>2.13.2.2</jackson.version> <jackson.dataformat.version>2.13.2</jackson.dataformat.version> <!-- Javadoc & Asciidoclet -->
