From 70c776d2b97fc3b17b7e27d5422692277915e400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:38:05 -0500 Subject: [PATCH] build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.36 to 9.37 (#96) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bfc9775..aee4cd4 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-webflux' implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'io.fabric8:kubernetes-client:6.9.1' - implementation 'com.nimbusds:nimbus-jose-jwt:9.36' + implementation 'com.nimbusds:nimbus-jose-jwt:9.37' implementation 'org.bouncycastle:bcpkix-jdk18on:1.76' developmentOnly 'org.springframework.boot:spring-boot-devtools'