From 0b5829dc648ebc96e05a03c98d3a20eeb51a22ec Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 21 Oct 2020 07:19:36 +0300 Subject: bump nimbus-jose-jwt to 9.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a4cf29cf..91da7da1 100644 --- a/build.gradle +++ b/build.gradle @@ -178,7 +178,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.0.1' + compile 'com.nimbusds:nimbus-jose-jwt:9.1' testCompile("org.springframework.boot:spring-boot-starter-test") testCompile 'net.sourceforge.htmlunit:htmlunit:2.44.0', { -- cgit v1.2.3