You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/02/25 15:31:03 UTC

[tomcat] branch 9.0.x updated: Update to CXF 3.3.5

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

remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new f5c5614  Update to CXF 3.3.5
f5c5614 is described below

commit f5c5614d011e239c665b46bf4a23b4e487c647a0
Author: remm <re...@apache.org>
AuthorDate: Tue Feb 25 16:30:50 2020 +0100

    Update to CXF 3.3.5
---
 modules/cxf/pom.xml        | 8 ++++----
 modules/owb/pom.xml        | 2 +-
 webapps/docs/changelog.xml | 3 +++
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml
index 23eb7e9..7d86fa1 100644
--- a/modules/cxf/pom.xml
+++ b/modules/cxf/pom.xml
@@ -29,14 +29,14 @@
     <name>Apache CXF for Apache Tomcat CDI</name>
     <description>Apache CXF packaged for Apache Tomcat CDI</description>
     <!-- This is the Apache CXF version -->
-    <version>3.3.4</version>
+    <version>3.3.5</version>
     <packaging>jar</packaging>
 
     <properties>
         <geronimo-jcdi.version>1.0.1</geronimo-jcdi.version>
         <javax.json-api.version>1.1.4</javax.json-api.version>
         <javax.json.bind-api.version>1.0</javax.json.bind-api.version>
-        <johnzon.version>1.2.1</johnzon.version>
+        <johnzon.version>1.2.3</johnzon.version>
     </properties>
 
     <dependencies>
@@ -96,7 +96,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.5.1</version>
+                <version>3.8.1</version>
                 <configuration>
                     <source>1.8</source>
                     <target>1.8</target>
@@ -105,7 +105,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>3.0.0</version>
+                <version>3.2.1</version>
                 <executions>
                     <execution>
                         <phase>package</phase>
diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index 996d4e8..19060af 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -86,7 +86,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.5.1</version>
+                <version>3.8.1</version>
                 <configuration>
                     <source>1.8</source>
                     <target>1.8</target>
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index cc261a6..45eb1b1 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -125,6 +125,9 @@
       <update>
         Update the OWB module to Apache OpenWebBeans 2.0.15. (remm)
       </update>
+      <update>
+        Update the CXF module to Apache CXF 3.3.5. (remm)
+      </update>
     </changelog>
   </subsection>
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org