Skip to content

Commit

Permalink
[FIX] Springboot 버전 3.2.2로 변경
Browse files Browse the repository at this point in the history
- NotNull 버그 해결
  • Loading branch information
Goder-0 committed Feb 20, 2024
1 parent 955beb8 commit 97b2681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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.0'
id 'org.springframework.boot' version '3.2.2'
id 'io.spring.dependency-management' version '1.1.4'
}

Expand All @@ -25,6 +25,7 @@ dependencies {
// spring boot
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'

// lombok
compileOnly 'org.projectlombok:lombok'
Expand Down

0 comments on commit 97b2681

Please sign in to comment.