Skip to content

Commit 5511a75

Browse files
fix(deps): update dependency io.jsonwebtoken:jjwt-impl to v0.11.5
1 parent 4581d0e commit 5511a75

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
@@ -38,7 +38,7 @@ dependencies {
3838

3939
//jjwt 추가
4040
implementation 'io.jsonwebtoken:jjwt-api:0.11.2'
41-
implementation 'io.jsonwebtoken:jjwt-impl:0.11.2'
41+
implementation 'io.jsonwebtoken:jjwt-impl:0.11.5'
4242
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.2'
4343

4444
// queryDSL

0 commit comments

Comments
 (0)