We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a8d6d commit faa1379Copy full SHA for faa1379
2 files changed
build.gradle
@@ -13,7 +13,7 @@ buildscript {
13
plugins {
14
id 'jacoco'
15
id 'org.sonarqube' version '7.2.2.6593'
16
- id 'org.springframework.boot' version '4.0.1' apply false
+ id 'org.springframework.boot' version '4.1.0-M1' apply false
17
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
18
id 'co.com.bancolombia.cleanArchitecture' version '4.0.5'
19
}
main.gradle
@@ -90,7 +90,7 @@ subprojects {
90
91
dependencyManagement {
92
imports {
93
- mavenBom 'org.springframework.boot:spring-boot-dependencies:4.0.1'
+ mavenBom 'org.springframework.boot:spring-boot-dependencies:4.0.2'
94
95
96
0 commit comments