diff options
author | Vitaly Takmazov | 2020-10-21 07:19:36 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-10-21 07:19:36 +0300 |
commit | 0b5829dc648ebc96e05a03c98d3a20eeb51a22ec (patch) | |
tree | 3b7877452efd122972bf8049352dd08579a9dcb3 /build.gradle | |
parent | c71e860755a06aa0eb5a5b6483df461f4a23ccd3 (diff) |
bump nimbus-jose-jwt to 9.1
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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', { |