You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/05/30 06:14:04 UTC

[syncope] branch master updated: Upgrading Elasticsearch, Nimbus JOSE JWT, Spring Cloud Gateway and asciidoctorj-pdf

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2432dd52c5 Upgrading Elasticsearch, Nimbus JOSE JWT, Spring Cloud Gateway and asciidoctorj-pdf
2432dd52c5 is described below

commit 2432dd52c53b6b3cfe6356171241eb3ceaeb6172
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu May 26 15:11:12 2022 +0200

    Upgrading Elasticsearch, Nimbus JOSE JWT, Spring Cloud Gateway and asciidoctorj-pdf
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 89254ccfc6..155e720ba8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,12 +407,12 @@ under the License.
 
     <cxf.version>3.5.2</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.22</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.23</nimbus-jose-jwt.version>
 
     <jackson.version>2.13.3</jackson.version>
 
     <spring-boot.version>2.6.8</spring-boot.version>
-    <spring-cloud-gateway.version>3.1.2</spring-cloud-gateway.version>
+    <spring-cloud-gateway.version>3.1.3</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.2</openjpa.version>
     <hikaricp.version>5.0.1</hikaricp.version>
@@ -430,7 +430,7 @@ under the License.
 
     <slf4j.version>1.7.36</slf4j.version>
 
-    <elasticsearch.version>8.2.1</elasticsearch.version>
+    <elasticsearch.version>8.2.2</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>
@@ -2682,7 +2682,7 @@ under the License.
               <dependency>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctorj-pdf</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.4</version>
               </dependency>
             </dependencies>
             <configuration>