Skip to content

Commit 697e048

Browse files
fix(deps): update dependency io.jsonwebtoken:jjwt-api to v0.12.1
1 parent 56388e8 commit 697e048

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
@@ -35,7 +35,7 @@ dependencies {
3535
testImplementation 'org.springframework.security:spring-security-test'
3636

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

0 commit comments

Comments
 (0)