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 15fdebef7f Upgrading Nimbus JOSE JWT and Zookeeper
15fdebef7f is described below

commit 15fdebef7fa230894cc52d6b92384eeff8a1fbc3
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Tue Oct 17 08:23:16 2023 +0200

    Upgrading Nimbus JOSE JWT and Zookeeper
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9ac5d6fffa..dd12302987 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
 
     <cxf.version>3.6.2</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.36</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.37</nimbus-jose-jwt.version>
 
     <spring-boot.version>2.7.16</spring-boot.version>
     <spring-cloud-gateway.version>3.1.8</spring-cloud-gateway.version>
@@ -467,7 +467,7 @@ under the License.
     <antlr4.version>4.13.1</antlr4.version>
 
     <curator.version>5.5.0</curator.version>
-    <zookeeper.version>3.8.1</zookeeper.version>
+    <zookeeper.version>3.8.3</zookeeper.version>
 
     <testds.rootDn>o=isp</testds.rootDn>
     <testds.bindDn>uid=admin,ou=system</testds.bindDn>

Reply via email to