From fc85ba34d4ba35f8ba0d1cc0cf383165eb714b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:55:57 +0000 Subject: [PATCH] build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.47 to 9.48 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.47 to 9.48. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.48..9.47) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 594a01a093f..1598778ce7f 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -131,7 +131,7 @@ libraries.tomcatJdbc = "org.apache.tomcat:tomcat-jdbc:${versions.tomcatCargoVers libraries.unboundIdLdapSdk = "com.unboundid:unboundid-ldapsdk" libraries.unboundIdScimSdk = "com.unboundid.product.scim:scim-sdk:1.8.26" libraries.velocity = "org.apache.velocity:velocity-engine-core:2.4.1" -libraries.nimbusJwt = "com.nimbusds:nimbus-jose-jwt:9.47" +libraries.nimbusJwt = "com.nimbusds:nimbus-jose-jwt:9.48" libraries.xmlSecurity = "org.apache.santuario:xmlsec:4.0.3" libraries.xmlUnit = "org.xmlunit:xmlunit-assertj:2.10.0" libraries.orgJson = "org.json:json:20240303"