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 fcb8349582 Upgrading Nimbus JOSE JWT and ByteBuddy
fcb8349582 is described below
commit fcb8349582452196d6dc5ad281393b40617ce683
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sat Nov 2 07:13:11 2024 +0100
Upgrading Nimbus JOSE JWT and ByteBuddy
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8d43e4c6ae..8aa39cc7ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
<cxf.version>4.1.0-SNAPSHOT</cxf.version>
<bouncycastle.version>1.79</bouncycastle.version>
- <nimbus-jose-jwt.version>9.43</nimbus-jose-jwt.version>
+ <nimbus-jose-jwt.version>9.45</nimbus-jose-jwt.version>
<spring-boot.version>3.3.5</spring-boot.version>
<spring-cloud-gateway.version>4.1.5</spring-cloud-gateway.version>
@@ -2345,7 +2345,7 @@ under the License.
<properties>
<mockito.version>5.14.2</mockito.version>
- <byte-buddy.version>1.15.7</byte-buddy.version>
+ <byte-buddy.version>1.15.8</byte-buddy.version>
</properties>
<dependencyManagement>