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/07/25 14:43:32 UTC

[tomee] branch tomee-7.0.x updated: Update CXF and Tomcat to latest versions

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

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


The following commit(s) were added to refs/heads/tomee-7.0.x by this push:
     new b7078ad  Update CXF and Tomcat to latest versions
b7078ad is described below

commit b7078ad4f8ec448aaa11bf67dd3da26a8d13beb4
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Wed Jul 24 16:41:23 2019 +0100

    Update CXF and Tomcat to latest versions
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3fdf508..9042eea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,9 +131,9 @@
     <version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor>
     <version.shrinkwrap.shrinkwrap>1.2.6</version.shrinkwrap.shrinkwrap>
 
-    <tomcat.version>8.5.42</tomcat.version>
+    <tomcat.version>8.5.43</tomcat.version>
 
-    <cxf.version>3.1.17</cxf.version>
+    <cxf.version>3.1.18</cxf.version>
     <version.shrinkwrap.shrinkwrap>1.2.6</version.shrinkwrap.shrinkwrap>
     <version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor>
     <version.arquillian>1.1.13.Final</version.arquillian>