We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf0787 commit 6d0ab8fCopy full SHA for 6d0ab8f
SpringBootSecurityJwt/build.gradle
@@ -28,7 +28,7 @@ dependencies {
28
compile('org.springframework.boot:spring-boot-starter-data-jpa')
29
compile('org.springframework.boot:spring-boot-starter-security')
30
compile('org.springframework.boot:spring-boot-starter-web')
31
- compile('com.auth0:java-jwt:3.8.0')
+ compile('com.auth0:java-jwt:3.8.2')
32
33
runtime('com.h2database:h2')
34
0 commit comments