From 3643aa8f9544b864b351f75524d0a20239ed32c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:12:46 +0000 Subject: [PATCH] build(deps): bump the patches group with 1 update Bumps the patches group with 1 update: [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt). - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.2..9.37.1) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f3c4101..5b58300 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.2' - implementation 'com.nimbusds:nimbus-jose-jwt:9.37.1' + implementation 'com.nimbusds:nimbus-jose-jwt:9.37.2' implementation 'org.bouncycastle:bcpkix-jdk18on:1.77' developmentOnly 'org.springframework.boot:spring-boot-devtools'