Skip to content

Commit ef1c770

Browse files
fix(deps): update dependency io.jsonwebtoken:jjwt-impl to v0.12.6
1 parent e2b08ff commit ef1c770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636

3737
//jjwt 추가
3838
implementation 'io.jsonwebtoken:jjwt-api:0.11.2'
39-
implementation 'io.jsonwebtoken:jjwt-impl:0.11.2'
39+
implementation 'io.jsonwebtoken:jjwt-impl:0.12.6'
4040
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.2'
4141

4242
// queryDSL

0 commit comments

Comments
 (0)