You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2018/08/24 17:45:03 UTC

tomee git commit: TOMEE-2227 upgrade Tomcat, CXF and Johnzon to latest versions

Repository: tomee
Updated Branches:
  refs/heads/master 8c583b48c -> 92fb90f08


TOMEE-2227 upgrade Tomcat, CXF and Johnzon to latest versions


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/92fb90f0
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/92fb90f0
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/92fb90f0

Branch: refs/heads/master
Commit: 92fb90f088a758c480a37c24270e90dde760313b
Parents: 8c583b4
Author: Mark Struberg <st...@apache.org>
Authored: Fri Aug 24 19:44:15 2018 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Fri Aug 24 19:44:15 2018 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/92fb90f0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a9aada1..68693d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
     <openjpa.version>3.0.0</openjpa.version>
     <openwebbeans.version>2.0.6</openwebbeans.version>
     <jcs.version>2.1</jcs.version>
-    <johnzon.version>1.1.7</johnzon.version>
+    <johnzon.version>1.1.8</johnzon.version>
 
     <!-- Maven module versions -->
     <maven-bundle-plugin.version>3.3.0</maven-bundle-plugin.version>
@@ -132,9 +132,9 @@
     <version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor>
     <version.shrinkwrap.shrinkwrap>1.2.6</version.shrinkwrap.shrinkwrap>
 
-    <tomcat.version>9.0.8</tomcat.version>
+    <tomcat.version>9.0.11</tomcat.version>
 
-    <cxf.version>3.2.4</cxf.version>
+    <cxf.version>3.2.6</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>
     <!-- used by cxf for security (replay attack) -->
     <jetty.version>7.5.3.v20111011</jetty.version>