From a4f014b70828ed1a9e44b394d192c61c1a22755b Mon Sep 17 00:00:00 2001 From: juancgalvis <8420868+juancgalvis@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:49:58 +0000 Subject: [PATCH 1/2] fix(deps): update dependencies --- build.gradle | 6 +++--- main.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 8a44ea9e..2cdf7983 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 '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 { 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 From 9c81b068bdcf45e8aae5c87e0ddf30caa8bf7f55 Mon Sep 17 00:00:00 2001 From: JuanC Galvis <8420868+juancgalvis@users.noreply.github.com> Date: Wed, 3 Sep 2025 09:04:06 -0500 Subject: [PATCH 2/2] Update build.gradle --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2cdf7983..e504f49c 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { plugins { id 'jacoco' id 'org.sonarqube' version '6.3.1.5724' - id 'org.springframework.boot' version '4.0.0-M2' apply false + 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.25.0' } @@ -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'