Skip to content

Commit ac9291a

Browse files
authored
build(deps): update dependencies (#138)
1 parent 5ef0ad1 commit ac9291a

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
@@ -12,8 +12,8 @@ buildscript {
1212

1313
plugins {
1414
id 'jacoco'
15-
id 'org.sonarqube' version '6.0.1.5171'
16-
id 'org.springframework.boot' version '3.4.3' apply false
15+
id 'org.sonarqube' version '6.1.0.5360'
16+
id 'org.springframework.boot' version '3.4.4' apply false
1717
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
1818
id 'co.com.bancolombia.cleanArchitecture' version '3.20.15'
1919
}

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.3'
85+
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.4'
8686
}
8787
}
8888

0 commit comments

Comments
 (0)