Skip to content

Commit d6c8ef0

Browse files
authored
chore(deps): update dependencies (#135)
1 parent b3e4b16 commit d6c8ef0

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.2' apply false
16+
id 'org.springframework.boot' version '3.4.3' apply false
1717
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
18-
id 'co.com.bancolombia.cleanArchitecture' version '3.20.13'
18+
id 'co.com.bancolombia.cleanArchitecture' version '3.20.15'
1919
}
2020

2121
repositories {

main.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ subprojects {
8282

8383
dependencyManagement {
8484
imports {
85-
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.2'
85+
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.3'
8686
}
8787
}
8888

0 commit comments

Comments
 (0)