From af795710a8dd1cde004e671f16e93396faf10690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:01:58 +0000 Subject: [PATCH] [CORE-69]: Bump com.nimbusds:nimbus-jose-jwt from 9.48 to 10.0.1 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.48 to 10.0.1. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.0.1..9.48) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c9f86bcd..199c7114 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ dependencies { // transitive dependencies. constraints { implementation('org.yaml:snakeyaml:2.3') - implementation('com.nimbusds:nimbus-jose-jwt:9.48') + implementation('com.nimbusds:nimbus-jose-jwt:10.0.1') implementation('io.projectreactor.netty:reactor-netty-http:1.2.1') implementation('com.fasterxml.jackson:jackson-bom:2.18.2') }