aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-11-10 23:54:07 +0000
committerGravatar dependabot-preview[bot]2020-11-11 00:00:41 +0000
commitd3e561edbbc7887c0d351056b723d89c1f24b92f (patch)
tree44f790b82b6fb4f5e3debafb0cb29b9f3d9e658a /build.gradle
parent03311a79f98f01f27899acd51c72fcf76f1005ef (diff)
Bump nimbus-jose-jwt from 9.1 to 9.1.2
Bumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.1 to 9.1.2. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.1.2..9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 98c0be8c..5a942e5e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -164,7 +164,7 @@ dependencies {
compile 'io.jsonwebtoken:jjwt-api:0.11.2'
runtime 'io.jsonwebtoken:jjwt-jackson:0.11.2'
runtime 'io.jsonwebtoken:jjwt-impl:0.11.2'
- compile 'com.nimbusds:nimbus-jose-jwt:9.1'
+ compile 'com.nimbusds:nimbus-jose-jwt:9.1.2'
testCompile("org.springframework.boot:spring-boot-starter-test")
testCompile 'net.sourceforge.htmlunit:htmlunit:2.44.0', {