We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454e18d commit 202fea7Copy full SHA for 202fea7
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.1' apply false
+ id 'org.springframework.boot' version '3.4.2' apply false
17
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
18
- id 'co.com.bancolombia.cleanArchitecture' version '3.20.12'
+ id 'co.com.bancolombia.cleanArchitecture' version '3.20.13'
19
}
20
21
repositories {
main.gradle
@@ -80,7 +80,7 @@ subprojects {
80
81
dependencyManagement {
82
imports {
83
- mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.1'
+ mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.2'
84
85
86
0 commit comments