From 9b7f22453602e810163b6e65680e70deb3a2ff18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 07:14:58 +0000 Subject: [PATCH] chore: bump com.nimbusds:nimbus-jose-jwt from 9.47 to 10.0.1 in /server Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.47 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.47) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle b/server/build.gradle index 51e59a0..4feb3aa 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation "io.grpc:grpc-netty:1.68.2" implementation "io.grpc:grpc-protobuf:1.68.2" implementation "io.grpc:grpc-services:1.68.2" // reflection - implementation "com.nimbusds:nimbus-jose-jwt:9.47" + implementation "com.nimbusds:nimbus-jose-jwt:10.0.1" implementation "org.bouncycastle:bcpkix-jdk18on:1.79" }