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

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new ea308a3e03 Upgrading CXF, Tomcat and maven-javadoc-plugin
ea308a3e03 is described below

commit ea308a3e0390d1264647466596fe02e4f151c435
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Dec 10 07:23:29 2024 +0100

    Upgrading CXF, Tomcat and maven-javadoc-plugin
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8ca019bb2d..4d6d642489 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ under the License.
     <connid.okta.version>3.0.5</connid.okta.version>
     <connid.cmd.version>0.5</connid.cmd.version>
 
-    <cxf.version>3.6.4</cxf.version>
+    <cxf.version>3.6.5</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
     <nimbus-jose-jwt.version>9.47</nimbus-jose-jwt.version>
 
@@ -498,7 +498,7 @@ under the License.
     <cargo.rmi.port>9805</cargo.rmi.port>
     <cargo.deployable.ping.timeout>60000</cargo.deployable.ping.timeout>
 
-    <tomcat.version>9.0.97</tomcat.version>
+    <tomcat.version>9.0.98</tomcat.version>
     <wildfly.version>26.1.3.Final</wildfly.version>
     <payara.version>5.2022.5</payara.version>
     <javax.faces.version>2.3.14</javax.faces.version>
@@ -1562,7 +1562,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.11.1</version>
+          <version>3.11.2</version>
           <configuration>
             <release>${targetJdk}</release>
             <additionalOptions>
@@ -2085,7 +2085,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.11.1</version>
+        <version>3.11.2</version>
         <configuration>
           <release>${targetJdk}</release>
           <destDir>apidocs/3.0</destDir>

Reply via email to