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
commit 9edb3e7aeee2c5be78a8a1c940a0045f1318e729 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Wed Jun 3 09:28:31 2026 +0200 Upgrading Nimbus JOSE JWT and gmavenplus-plugin --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1616751257..f2e3a17046 100644 --- a/pom.xml +++ b/pom.xml @@ -433,7 +433,7 @@ under the License. <cxf.version>4.2.1</cxf.version> <bouncycastle.version>1.84</bouncycastle.version> - <nimbus-jose-jwt.version>10.9</nimbus-jose-jwt.version> + <nimbus-jose-jwt.version>10.9.1</nimbus-jose-jwt.version> <spring-boot.version>4.0.6</spring-boot.version> <spring-cloud-version>5.0.1</spring-cloud-version> @@ -2001,7 +2001,7 @@ under the License. <plugin> <groupId>org.codehaus.gmavenplus</groupId> <artifactId>gmavenplus-plugin</artifactId> - <version>4.3.1</version> + <version>5.0.0</version> <dependencies> <dependency> <groupId>org.apache.groovy</groupId>
