Skip to content

Commit a6d616a

Browse files
juancgalvisDependencies Bot
authored andcommitted
fix(deps): update dependencies
1 parent 07ba566 commit a6d616a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ buildscript {
1313
plugins {
1414
id 'jacoco'
1515
id 'org.sonarqube' version '6.2.0.5505'
16-
id 'org.springframework.boot' version '3.5.4' apply false
16+
id 'org.springframework.boot' version '4.0.0-M1' apply false
1717
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
18-
id 'co.com.bancolombia.cleanArchitecture' version '3.23.2'
18+
id 'co.com.bancolombia.cleanArchitecture' version '3.25.0'
1919
}
2020

2121
repositories {

main.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ tasks.register('generateMergedReport', JacocoReport) {
183183

184184
tasks.named('wrapper') {
185185
gradleVersion = '8.14.3'
186-
}
186+
}

0 commit comments

Comments
 (0)