We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e4b16 commit d6c8ef0Copy full SHA for d6c8ef0
build.gradle
@@ -13,9 +13,9 @@ buildscript {
13
plugins {
14
id 'jacoco'
15
id 'org.sonarqube' version '6.0.1.5171'
16
- id 'org.springframework.boot' version '3.4.2' apply false
+ id 'org.springframework.boot' version '3.4.3' apply false
17
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
18
- id 'co.com.bancolombia.cleanArchitecture' version '3.20.13'
+ id 'co.com.bancolombia.cleanArchitecture' version '3.20.15'
19
}
20
21
repositories {
main.gradle
@@ -82,7 +82,7 @@ subprojects {
82
83
dependencyManagement {
84
imports {
85
- mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.2'
+ mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.3'
86
87
88
0 commit comments