Skip to content

Commit c031ba9

Browse files
juancgalvisDependencies Bot
authored andcommitted
fix(deps): update dependencies
1 parent 832bde1 commit c031ba9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

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

1313
plugins {
1414
id 'jacoco'
15-
id 'org.sonarqube' version '6.3.1.5724'
16-
id 'org.springframework.boot' version '3.5.6' apply false
15+
id 'org.sonarqube' version '7.0.1.6134'
16+
id 'org.springframework.boot' version '4.0.0-RC1' apply false
1717
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
18-
id 'co.com.bancolombia.cleanArchitecture' version '3.26.1'
18+
id 'co.com.bancolombia.cleanArchitecture' version '3.26.2'
1919
}
2020

2121
repositories {
2222
mavenCentral()
2323
}
2424

2525
apply from: './main.gradle'
26-
apply plugin: 'com.github.ben-manes.versions'
26+
apply plugin: 'com.github.ben-manes.versions'

0 commit comments

Comments
 (0)