diff --git a/build.gradle b/build.gradle index 0e8da635..de9cb96e 100644 --- a/build.gradle +++ b/build.gradle @@ -12,10 +12,10 @@ buildscript { plugins { id 'jacoco' - id 'org.sonarqube' version '7.3.1.8318' - id 'org.springframework.boot' version '4.1.0' apply false + id 'org.sonarqube' version '7.4.0.8496' + id 'org.springframework.boot' version '4.1.1' apply false id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' - id 'co.com.bancolombia.cleanArchitecture' version '4.5.0' + id 'co.com.bancolombia.cleanArchitecture' version '4.6.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/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a9db1155..ad7845be 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/main.gradle b/main.gradle index 5e3918ae..f8c998c3 100644 --- a/main.gradle +++ b/main.gradle @@ -87,7 +87,7 @@ subprojects { dependencyManagement { imports { - mavenBom 'org.springframework.boot:spring-boot-dependencies:4.1.0' + mavenBom 'org.springframework.boot:spring-boot-dependencies:4.1.1' } } @@ -183,6 +183,6 @@ tasks.register('generateMergedReport', JacocoReport) { } tasks.named('wrapper') { - gradleVersion = '9.6.1' + gradleVersion = '9.7.1' validateDistributionUrl = true } \ No newline at end of file