Skip to content

Commit badf0aa

Browse files
fix(deps): update dependency io.jsonwebtoken:jjwt-jackson to v0.13.0
1 parent e2b08ff commit badf0aa

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
@@ -37,7 +37,7 @@ dependencies {
3737
//jjwt 추가
3838
implementation 'io.jsonwebtoken:jjwt-api:0.11.2'
3939
implementation 'io.jsonwebtoken:jjwt-impl:0.11.2'
40-
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.2'
40+
implementation 'io.jsonwebtoken:jjwt-jackson:0.13.0'
4141

4242
// queryDSL
4343
implementation 'com.querydsl:querydsl-jpa:5.0.0:jakarta'

0 commit comments

Comments
 (0)