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 0aa89c4 commit 98b9a2bCopy full SHA for 98b9a2b
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.5' apply false
+ id 'org.springframework.boot' version '3.5.6' 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
}
main.gradle
@@ -86,7 +86,7 @@ subprojects {
86
87
dependencyManagement {
88
imports {
89
- mavenBom 'org.springframework.boot:spring-boot-dependencies:3.5.5'
+ mavenBom 'org.springframework.boot:spring-boot-dependencies:3.5.6'
90
91
92
0 commit comments