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 2020/01/16 14:54:03 UTC

[tomee] branch master updated: TOMEE-2762 update CXF to 3.3.5

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 23837cc  TOMEE-2762 update CXF to 3.3.5
23837cc is described below

commit 23837cc271d7b8f62aa84a29a4f326298d18543d
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Thu Jan 16 14:53:52 2020 +0000

    TOMEE-2762 update CXF to 3.3.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f50d84..040b6e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
 
     <tomcat.version>9.0.30</tomcat.version>
 
-    <cxf.version>3.3.4</cxf.version>
+    <cxf.version>3.3.5</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>
     <!-- used by cxf for security (replay attack) -->
     <jetty.version>7.5.3.v20111011</jetty.version>