From 202fea7dded2fefafff6de6efd877fa70714febb Mon Sep 17 00:00:00 2001 From: juancgalvis <8420868+juancgalvis@users.noreply.github.com> Date: Fri, 24 Jan 2025 12:39:31 +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 a0c0bb7e..4a898c00 100644 --- a/build.gradle +++ b/build.gradle @@ -13,9 +13,9 @@ buildscript { plugins { id 'jacoco' id 'org.sonarqube' version '6.0.1.5171' - id 'org.springframework.boot' version '3.4.1' apply false + id 'org.springframework.boot' version '3.4.2' apply false id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' - id 'co.com.bancolombia.cleanArchitecture' version '3.20.12' + id 'co.com.bancolombia.cleanArchitecture' version '3.20.13' } repositories { diff --git a/main.gradle b/main.gradle index 5796af1d..66cffb97 100644 --- a/main.gradle +++ b/main.gradle @@ -80,7 +80,7 @@ subprojects { dependencyManagement { imports { - mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.1' + mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.2' } }