Skip to content

Commit

Permalink
Modify :: 의존성
Browse files Browse the repository at this point in the history
  • Loading branch information
qkrwndnjs1075 committed Dec 5, 2024
1 parent 2afdc74 commit e4ebb8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.2.1'
id 'org.springframework.boot' version '3.3.4'
id 'io.spring.dependency-management' version '1.1.6'
}

Expand Down Expand Up @@ -46,6 +46,8 @@ dependencies {
implementation 'io.jsonwebtoken:jjwt-impl:0.12.3'
implementation 'io.jsonwebtoken:jjwt-jackson:0.12.3'

annotationProcessor 'org.projectlombok:lombok'


}

Expand Down

0 comments on commit e4ebb8b

Please sign in to comment.