We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b08ff commit ef1c770Copy full SHA for ef1c770
build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
37
//jjwt 추가
38
implementation 'io.jsonwebtoken:jjwt-api:0.11.2'
39
- implementation 'io.jsonwebtoken:jjwt-impl:0.11.2'
+ implementation 'io.jsonwebtoken:jjwt-impl:0.12.6'
40
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.2'
41
42
// queryDSL
0 commit comments