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 20:32:13 UTC

[tomee] branch tomee-7.1.x updated: Upgrade Jackson to 2.10.0

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

jgallimore pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
     new b51acd3  Upgrade Jackson to 2.10.0
b51acd3 is described below

commit b51acd3e21615846b7a06af0c67d7d4ea0a09a15
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Fri Nov 1 20:31:46 2019 +0000

    Upgrade Jackson to 2.10.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c895ee6..903fb8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
     <version.eclipselink>2.6.4</version.eclipselink>
     <version.groovy>2.4.12</version.groovy>
 
-    <jackson.version>2.9.9.3</jackson.version>
+    <jackson.version>2.10.0</jackson.version>
 
     <!-- arquillian related -->
     <version.arquillian.bom>1.1.13.Final</version.arquillian.bom>