diff --git a/build.gradle.kts b/build.gradle.kts index 8e593df..d34a636 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ java { dependencyManagement { imports { - mavenBom("org.springframework.boot:spring-boot-dependencies:4.0.2") + mavenBom("org.springframework.boot:spring-boot-dependencies:4.0.3") } }