Skip to content

Commit 9c81b06

Browse files
authored
Update build.gradle
1 parent a4f014b commit 9c81b06

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
@@ -13,7 +13,7 @@ buildscript {
1313
plugins {
1414
id 'jacoco'
1515
id 'org.sonarqube' version '6.3.1.5724'
16-
id 'org.springframework.boot' version '4.0.0-M2' apply false
16+
id 'org.springframework.boot' version '3.5.5' apply false
1717
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
1818
id 'co.com.bancolombia.cleanArchitecture' version '3.25.0'
1919
}
@@ -23,4 +23,4 @@ repositories {
2323
}
2424

2525
apply from: './main.gradle'
26-
apply plugin: 'com.github.ben-manes.versions'
26+
apply plugin: 'com.github.ben-manes.versions'

0 commit comments

Comments
 (0)