diff --git a/api/build.gradle b/api/build.gradle index acebd0f..4dfac09 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.5.7' + id 'org.springframework.boot' version '4.0.0' id 'java' } @@ -15,7 +15,7 @@ repositories { } dependencies { - implementation platform('org.springframework.boot:spring-boot-dependencies:3.5.7') + implementation platform('org.springframework.boot:spring-boot-dependencies:4.0.0') implementation 'org.springframework.boot:spring-boot-starter' implementation 'org.springframework.boot:spring-boot-starter-data-jpa'