From 57354ec545ab179269939b388d8473cb43888108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:10:20 +0000 Subject: [PATCH] build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.41.1 to 9.41.2 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.41.1 to 9.41.2. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index fbcb4a058d..c80bb98438 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -125,7 +125,7 @@ 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" libraries.xerces = "xerces:xercesImpl:2.12.2" -libraries.nimbusJwt = "com.nimbusds:nimbus-jose-jwt:9.41.1" +libraries.nimbusJwt = "com.nimbusds:nimbus-jose-jwt:9.41.2" libraries.xmlSecurity = "org.apache.santuario:xmlsec:4.0.2" libraries.orgJson = "org.json:json:20240303" libraries.owaspEsapi = "org.owasp.esapi:esapi:2.5.4.0"