Skip to content

Commit a4f014b

Browse files
juancgalvisDependencies Bot
authored andcommitted
fix(deps): update dependencies
1 parent 9375a04 commit a4f014b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ buildscript {
1212

1313
plugins {
1414
id 'jacoco'
15-
id 'org.sonarqube' version '6.2.0.5505'
16-
id 'org.springframework.boot' version '3.5.4' apply false
15+
id 'org.sonarqube' version '6.3.1.5724'
16+
id 'org.springframework.boot' version '4.0.0-M2' 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)