From a4460f86f70543bfccf5853416d36f4d4ac74527 Mon Sep 17 00:00:00 2001 From: juancgalvis <8420868+juancgalvis@users.noreply.github.com> Date: Fri, 28 Mar 2025 12:43:26 +0000 Subject: [PATCH] fix(deps): update dependencies --- build.gradle | 4 ++-- main.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 0f803763..f36490db 100644 --- a/build.gradle +++ b/build.gradle @@ -12,8 +12,8 @@ buildscript { plugins { id 'jacoco' - id 'org.sonarqube' version '6.0.1.5171' - id 'org.springframework.boot' version '3.4.3' apply false + id 'org.sonarqube' version '6.1.0.5360' + id 'org.springframework.boot' version '3.4.4' apply false id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' id 'co.com.bancolombia.cleanArchitecture' version '3.20.15' } diff --git a/main.gradle b/main.gradle index 4e8e4e26..39c14551 100644 --- a/main.gradle +++ b/main.gradle @@ -82,7 +82,7 @@ subprojects { dependencyManagement { imports { - mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.3' + mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.4' } }