Skip to content

Commit 50906f9

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.7'
4040
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.2'
4141

4242
// queryDSL

0 commit comments

Comments
 (0)