From 1bd978aa9151ff4c5e68ec4894ad9d321ccac25d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:04:09 +0000 Subject: [PATCH] build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.36 to 9.37 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.36 to 9.37. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37..9.36) --- 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 feecf34e4d3..bf6f92bfd41 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -122,7 +122,7 @@ 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.zxing = "com.google.zxing:javase:3.5.2" -libraries.nimbusJwt = "com.nimbusds:nimbus-jose-jwt:9.36" +libraries.nimbusJwt = "com.nimbusds:nimbus-jose-jwt:9.37" libraries.xmlSecurity = "org.apache.santuario:xmlsec:3.0.2" libraries.orgJson = "org.json:json:20231013" libraries.spingSamlEsapiDependencyVersion = "org.owasp.esapi:esapi:2.5.2.0"