Skip to content

Commit

Permalink
fix(deps): update dependencies (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis authored Jan 24, 2025
1 parent 454e18d commit 15ee39f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion main.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down

0 comments on commit 15ee39f

Please sign in to comment.