Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ buildscript {
plugins {
id 'jacoco'
id 'org.sonarqube' version '6.2.0.5505'
id 'org.springframework.boot' version '3.5.4' apply false
id 'org.springframework.boot' version '4.0.0-M2' apply false
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
id 'co.com.bancolombia.cleanArchitecture' version '3.23.2'
id 'co.com.bancolombia.cleanArchitecture' version '3.25.0'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion main.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ tasks.register('generateMergedReport', JacocoReport) {

tasks.named('wrapper') {
gradleVersion = '8.14.3'
}
}