Skip to content

Commit 80e2a5a

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

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.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'
1818
id 'co.com.bancolombia.cleanArchitecture' version '3.23.2'
1919
}

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)