diff --git a/build.gradle b/build.gradle index 8a44ea9e..e504f49c 100644 --- a/build.gradle +++ b/build.gradle @@ -12,10 +12,10 @@ buildscript { plugins { id 'jacoco' - id 'org.sonarqube' version '6.2.0.5505' - id 'org.springframework.boot' version '3.5.4' apply false + id 'org.sonarqube' version '6.3.1.5724' + id 'org.springframework.boot' version '3.5.5' 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 { @@ -23,4 +23,4 @@ repositories { } apply from: './main.gradle' -apply plugin: 'com.github.ben-manes.versions' \ No newline at end of file +apply plugin: 'com.github.ben-manes.versions' diff --git a/main.gradle b/main.gradle index 06ce15d6..79545c89 100644 --- a/main.gradle +++ b/main.gradle @@ -183,4 +183,4 @@ tasks.register('generateMergedReport', JacocoReport) { tasks.named('wrapper') { gradleVersion = '8.14.3' -} +} \ No newline at end of file