Skip to content

Commit 5aa43cc

Browse files
juancgalvisDependencies Bot
authored andcommitted
fix(deps): update dependencies
1 parent b647b77 commit 5aa43cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ 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 '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.25.0'
18+
id 'co.com.bancolombia.cleanArchitecture' version '3.26.1'
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)