From c3b97c000fc27c1a9ffd269277bb650fc962a967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:08:05 +0000 Subject: [PATCH] build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.41 to 9.41.1 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.41 to 9.41.1. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.41.1..9.41) --- 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 7a36c2d05b..6e10f034e6 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.3" libraries.xerces = "xerces:xercesImpl:2.12.2" -libraries.nimbusJwt = "com.nimbusds:nimbus-jose-jwt:9.41" +libraries.nimbusJwt = "com.nimbusds:nimbus-jose-jwt:9.41.1" 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"