Skip to content

Commit faa1379

Browse files
juancgalvisDependencies Bot
authored andcommitted
fix(deps): update dependencies
1 parent 72a8d6d commit faa1379

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
plugins {
1414
id 'jacoco'
1515
id 'org.sonarqube' version '7.2.2.6593'
16-
id 'org.springframework.boot' version '4.0.1' apply false
16+
id 'org.springframework.boot' version '4.1.0-M1' apply false
1717
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
1818
id 'co.com.bancolombia.cleanArchitecture' version '4.0.5'
1919
}

main.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ subprojects {
9090

9191
dependencyManagement {
9292
imports {
93-
mavenBom 'org.springframework.boot:spring-boot-dependencies:4.0.1'
93+
mavenBom 'org.springframework.boot:spring-boot-dependencies:4.0.2'
9494
}
9595
}
9696

0 commit comments

Comments
 (0)