Skip to content

Commit c4a3db5

Browse files
fix(deps): update spring boot to v3.5.3
1 parent e2b08ff commit c4a3db5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.0.6'
3+
id 'org.springframework.boot' version '3.5.3'
44
id 'io.spring.dependency-management' version '1.1.0'
55
}
66

@@ -26,7 +26,7 @@ dependencies {
2626
runtimeOnly 'com.mysql:mysql-connector-j'
2727
annotationProcessor 'org.projectlombok:lombok'
2828
testImplementation 'org.springframework.boot:spring-boot-starter-test'
29-
implementation 'org.springframework.boot:spring-boot-starter-validation:3.0.5'
29+
implementation 'org.springframework.boot:spring-boot-starter-validation:3.5.3'
3030

3131
//swagger 추가
3232
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0'

0 commit comments

Comments
 (0)