Skip to content

Commit

Permalink
chore: JWT 관련 의존성 버전 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
holyPigeon committed Dec 4, 2024
1 parent 153eb5f commit dc2ac6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-web'

implementation 'io.jsonwebtoken:jjwt-api:0.12.3'
implementation 'io.jsonwebtoken:jjwt-impl:0.12.3'
implementation 'io.jsonwebtoken:jjwt-jackson:0.12.3'
implementation 'io.jsonwebtoken:jjwt-api:0.12.6'
implementation 'io.jsonwebtoken:jjwt-impl:0.12.6'
implementation 'io.jsonwebtoken:jjwt-jackson:0.12.6'

implementation 'com.h2database:h2'
compileOnly 'org.projectlombok:lombok'
Expand Down

0 comments on commit dc2ac6d

Please sign in to comment.