From 0ec2941c58f0f64331c17833592213a273310664 Mon Sep 17 00:00:00 2001 From: juancgalvis <8420868+juancgalvis@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:10:25 +0000 Subject: [PATCH] fix(deps): update dependencies --- build.gradle | 2 +- main.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index af210a63..76e8f8fa 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { plugins { id 'jacoco' id 'org.sonarqube' version '7.2.2.6593' - id 'org.springframework.boot' version '4.0.2' apply false + id 'org.springframework.boot' version '4.1.0-M2' apply false id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' id 'co.com.bancolombia.cleanArchitecture' version '4.1.0' } diff --git a/main.gradle b/main.gradle index 5b496682..15948724 100644 --- a/main.gradle +++ b/main.gradle @@ -90,7 +90,7 @@ subprojects { dependencyManagement { imports { - mavenBom 'org.springframework.boot:spring-boot-dependencies:4.0.2' + mavenBom 'org.springframework.boot:spring-boot-dependencies:4.0.3' } }