We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832bde1 commit c383359Copy full SHA for c383359
build.gradle
@@ -13,7 +13,7 @@ buildscript {
13
plugins {
14
id 'jacoco'
15
id 'org.sonarqube' version '6.3.1.5724'
16
- id 'org.springframework.boot' version '3.5.6' apply false
+ id 'org.springframework.boot' version '4.0.0-M3' apply false
17
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
18
id 'co.com.bancolombia.cleanArchitecture' version '3.26.1'
19
}
@@ -23,4 +23,4 @@ repositories {
23
24
25
apply from: './main.gradle'
26
-apply plugin: 'com.github.ben-manes.versions'
+apply plugin: 'com.github.ben-manes.versions'
0 commit comments