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/04/01 14:06:28 UTC

[tomee] branch master updated: Update CXF to 3.3.6

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 b09c807  Update CXF to 3.3.6
b09c807 is described below

commit b09c807fa9fc3bf252a3caf6a47b4fdd09e51880
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Wed Apr 1 15:06:00 2020 +0100

    Update CXF to 3.3.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 154cf4a..93a441b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
 
     <tomcat.version>9.0.33</tomcat.version>
 
-    <cxf.version>3.3.5</cxf.version>
+    <cxf.version>3.3.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>