Skip to content

Commit 202fea7

Browse files
juancgalvisDependencies Bot
authored and
Dependencies Bot
committed
fix(deps): update dependencies
1 parent 454e18d commit 202fea7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ buildscript {
1313
plugins {
1414
id 'jacoco'
1515
id 'org.sonarqube' version '6.0.1.5171'
16-
id 'org.springframework.boot' version '3.4.1' apply false
16+
id 'org.springframework.boot' version '3.4.2' apply false
1717
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
18-
id 'co.com.bancolombia.cleanArchitecture' version '3.20.12'
18+
id 'co.com.bancolombia.cleanArchitecture' version '3.20.13'
1919
}
2020

2121
repositories {

main.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ subprojects {
8080

8181
dependencyManagement {
8282
imports {
83-
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.1'
83+
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.2'
8484
}
8585
}
8686

0 commit comments

Comments
 (0)