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 1109e840ea Upgrading Nimbus JOSE JWT and Zonky binaries
1109e840ea is described below
commit 1109e840ea47499cf12a21bb2b6a9f0dfbfce5c0
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Feb 26 08:16:11 2025 +0100
Upgrading Nimbus JOSE JWT and Zonky binaries
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f2f593ba03..54fef1b330 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@ under the License.
<cxf.version>4.1.0</cxf.version>
<bouncycastle.version>1.80</bouncycastle.version>
- <nimbus-jose-jwt.version>10.0.1</nimbus-jose-jwt.version>
+ <nimbus-jose-jwt.version>10.0.2</nimbus-jose-jwt.version>
<spring-boot.version>3.4.3</spring-boot.version>
<spring-cloud-gateway.version>4.2.0</spring-cloud-gateway.version>
@@ -469,7 +469,7 @@ under the License.
<zookeeper.version>3.9.3</zookeeper.version>
<zonky.embedded-postgres.version>2.1.0</zonky.embedded-postgres.version>
-
<zonky.embedded-postgres-binaries.version>17.2.0</zonky.embedded-postgres-binaries.version>
+
<zonky.embedded-postgres-binaries.version>17.4.0</zonky.embedded-postgres-binaries.version>
<testds.rootDn>o=isp</testds.rootDn>
<testds.bindDn>uid=admin,ou=system</testds.bindDn>