You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/08/12 16:46:01 UTC

[tomee] branch master updated: TOMEE-2616 Upgrade CXF to 3.3.2

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

jlmonteiro 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 9b17dff  TOMEE-2616 Upgrade CXF to 3.3.2
9b17dff is described below

commit 9b17dff61442200026351eeb0d4e7177b70b8cd8
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Mon Aug 12 18:45:47 2019 +0200

    TOMEE-2616 Upgrade CXF to 3.3.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dffd8b2..1ca2eec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
 
     <tomcat.version>9.0.21</tomcat.version>
 
-    <cxf.version>3.3.1</cxf.version>
+    <cxf.version>3.3.2</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>
     <!-- used by cxf for security (replay attack) -->
     <jetty.version>7.5.3.v20111011</jetty.version>