Skip to content

Commit 98b9a2b

Browse files
committed
build: update dependencies
1 parent 0aa89c4 commit 98b9a2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
plugins {
1414
id 'jacoco'
1515
id 'org.sonarqube' version '6.3.1.5724'
16-
id 'org.springframework.boot' version '3.5.5' apply false
16+
id 'org.springframework.boot' version '3.5.6' apply false
1717
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
1818
id 'co.com.bancolombia.cleanArchitecture' version '3.26.1'
1919
}

main.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ subprojects {
8686

8787
dependencyManagement {
8888
imports {
89-
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.5.5'
89+
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.5.6'
9090
}
9191
}
9292

0 commit comments

Comments
 (0)