You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/11/01 17:44:37 UTC

[tomee] branch master updated: Update to Jackson Databind 2.10.0

This is an automated email from the ASF dual-hosted git repository.

jgallimore 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 5e38138  Update to Jackson Databind 2.10.0
5e38138 is described below

commit 5e38138463f65146c4087da8085c8dcd93079ef1
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Fri Nov 1 17:44:06 2019 +0000

    Update to Jackson Databind 2.10.0
---
 boms/tomee-microprofile/pom.xml | 4 ++--
 pom.xml                         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 2a4ccb7..a5bb23b 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-core</artifactId>
-      <version>2.9.9</version>
+      <version>${jackson.version}</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -58,7 +58,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.9.9.3</version>
+      <version>${jackson.version}</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index 15bc98f..6840e42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,8 +232,8 @@
     <opentracing.api>0.31.0</opentracing.api>
 
     <!-- Jackson required by OpenAPI Impl -->
-    <jackson.version>2.9.9.3</jackson.version>
-    <jackson.dataformat.version>2.9.9</jackson.dataformat.version>
+    <jackson.version>2.10.0</jackson.version>
+    <jackson.dataformat.version>2.10.0</jackson.dataformat.version>
 
     <!-- Javadoc & Asciidoclet -->
     <javadoc.version>3.0.1</javadoc.version>