Skip to content

Commit a311366

Browse files
fix(deps): update dependency io.jsonwebtoken:jjwt-impl to v0.11.5
1 parent c5772a3 commit a311366

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
@@ -35,7 +35,7 @@ dependencies {
3535

3636
//jjwt 추가
3737
implementation 'io.jsonwebtoken:jjwt-api:0.11.2'
38-
implementation 'io.jsonwebtoken:jjwt-impl:0.11.2'
38+
implementation 'io.jsonwebtoken:jjwt-impl:0.11.5'
3939
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.2'
4040
}
4141

0 commit comments

Comments
 (0)