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 4e337e1b08 Upgrading Nimbus JOSE JWT, OpenSearch REST client and 
maven-javadoc-plugin
4e337e1b08 is described below

commit 4e337e1b089115dcdf9df1a111b762aa3160b181
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Oct 2 08:15:39 2024 +0200

    Upgrading Nimbus JOSE JWT, OpenSearch REST client and maven-javadoc-plugin
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 78281070c3..5cb773f086 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
 
     <cxf.version>3.6.4</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.41.1</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.41.2</nimbus-jose-jwt.version>
 
     <spring-framework.version>5.3.39</spring-framework.version>
     <spring-security.version>5.8.14</spring-security.version>
@@ -431,7 +431,7 @@ under the License.
     <slf4j.version>1.7.36</slf4j.version>
 
     <elasticsearch.version>8.15.2</elasticsearch.version>
-    <opensearch.version>2.17.0</opensearch.version>
+    <opensearch.version>2.17.1</opensearch.version>
     <opensearch-java.version>2.14.0</opensearch-java.version>
 
     <log4j2.version>2.22.0</log4j2.version>
@@ -1550,7 +1550,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.10.0</version>
+          <version>3.10.1</version>
           <configuration>
             <release>${targetJdk}</release>
             <additionalOptions>
@@ -2073,7 +2073,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.10.0</version>
+        <version>3.10.1</version>
         <configuration>
           <release>${targetJdk}</release>
           <destDir>apidocs/3.0</destDir>

Reply via email to