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