diff --git a/build.gradle b/build.gradle index af210a63..76e8f8fa 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { plugins { id 'jacoco' id 'org.sonarqube' version '7.2.2.6593' - id 'org.springframework.boot' version '4.0.2' apply false + id 'org.springframework.boot' version '4.1.0-M2' apply false id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' id 'co.com.bancolombia.cleanArchitecture' version '4.1.0' } diff --git a/main.gradle b/main.gradle index 5b496682..15948724 100644 --- a/main.gradle +++ b/main.gradle @@ -90,7 +90,7 @@ subprojects { dependencyManagement { imports { - mavenBom 'org.springframework.boot:spring-boot-dependencies:4.0.2' + mavenBom 'org.springframework.boot:spring-boot-dependencies:4.0.3' } }