diff --git a/build.gradle b/build.gradle index 8a44ea9..5bc8152 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { plugins { id 'jacoco' id 'org.sonarqube' version '6.2.0.5505' - id 'org.springframework.boot' version '3.5.4' apply false + id 'org.springframework.boot' version '4.0.0-M1' apply false id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' id 'co.com.bancolombia.cleanArchitecture' version '3.23.2' } diff --git a/main.gradle b/main.gradle index 06ce15d..79545c8 100644 --- a/main.gradle +++ b/main.gradle @@ -183,4 +183,4 @@ tasks.register('generateMergedReport', JacocoReport) { tasks.named('wrapper') { gradleVersion = '8.14.3' -} +} \ No newline at end of file