You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/10/04 08:58:35 UTC

[tomee] branch tomee-8.x updated: TOMEE-4057 - CXF 3.4.8

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

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


The following commit(s) were added to refs/heads/tomee-8.x by this push:
     new 674c400b87 TOMEE-4057 - CXF 3.4.8
674c400b87 is described below

commit 674c400b87a3514e010b28abc35e7781fe13f851
Author: Richard Zowalla <ri...@hs-heilbronn.de>
AuthorDate: Tue Oct 4 10:55:31 2022 +0200

    TOMEE-4057 - CXF 3.4.8
    
    First attempt to see, if CI will pass with it
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3c891a1304..634aecb38f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
 
     <tomcat.version>9.0.65</tomcat.version>
 
-    <cxf.version>3.4.5</cxf.version>
+    <cxf.version>3.4.8</cxf.version>
     <ehcache.version>2.10.6</ehcache.version>
     <!-- used by cxf for security (replay attack) -->
     <jetty.version>7.6.9.v20130131</jetty.version>