We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b08ff commit 9c82d96Copy full SHA for 9c82d96
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'java'
3
- id 'org.springframework.boot' version '3.0.6'
+ id 'org.springframework.boot' version '3.5.0'
4
id 'io.spring.dependency-management' version '1.1.0'
5
}
6
@@ -26,7 +26,7 @@ dependencies {
26
runtimeOnly 'com.mysql:mysql-connector-j'
27
annotationProcessor 'org.projectlombok:lombok'
28
testImplementation 'org.springframework.boot:spring-boot-starter-test'
29
- implementation 'org.springframework.boot:spring-boot-starter-validation:3.0.5'
+ implementation 'org.springframework.boot:spring-boot-starter-validation:3.5.0'
30
31
//swagger 추가
32
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0'
0 commit comments