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