From 770471898392643837c37482b8724a9a595feca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 09:41:43 +0000 Subject: [PATCH] Bump com.nimbusds:nimbus-jose-jwt from 9.30.2 to 9.31 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.30.2 to 9.31. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.31..9.30.2) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 737b4c6..62184c7 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'org.springdoc:springdoc-openapi-ui:1.6.14' implementation 'net.logstash.logback:logstash-logback-encoder:6.4' implementation 'org.bouncycastle:bcpkix-jdk15on:1.68' - implementation 'com.nimbusds:nimbus-jose-jwt:9.30.2' + implementation 'com.nimbusds:nimbus-jose-jwt:9.31' implementation 'org.jetbrains:annotations:20.1.0' implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.json:json:20211205'