We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56388e8 commit 697e048Copy full SHA for 697e048
build.gradle
@@ -35,7 +35,7 @@ dependencies {
35
testImplementation 'org.springframework.security:spring-security-test'
36
37
//jjwt 추가
38
- implementation 'io.jsonwebtoken:jjwt-api:0.11.2'
+ implementation 'io.jsonwebtoken:jjwt-api:0.12.1'
39
implementation 'io.jsonwebtoken:jjwt-impl:0.11.2'
40
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.2'
41
0 commit comments