Skip to content

Commit 5a2c77d

Browse files
committed
♻️Refactor: jwt 버전 업그레이드
1 parent 4224c8a commit 5a2c77d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ dependencies {
4444
runtimeOnly 'org.postgresql:postgresql'
4545

4646
// JWT
47-
implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
48-
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.5'
49-
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.11.5'
47+
implementation 'io.jsonwebtoken:jjwt-api:0.13.0'
48+
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0'
49+
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0'
5050

5151
// AWS S3
5252
implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE'

0 commit comments

Comments
 (0)