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/11/19 12:43:59 UTC

[tomee] branch master updated: Upgrade CXF to 3.3.8

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 b483d4d  Upgrade CXF to 3.3.8
b483d4d is described below

commit b483d4d2331e96a5ae00da5b39fae1b2a2fd88bf
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Thu Nov 19 12:38:47 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index e8d01ad..1c8add2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
 
     <tomcat.version>9.0.40</tomcat.version>
 
-    <cxf.version>3.3.7</cxf.version>
+    <cxf.version>3.3.8</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>
     <!-- used by cxf for security (replay attack) -->
     <jetty.version>7.5.3.v20111011</jetty.version>