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