Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
fix(deps): update dependencies
  • Loading branch information
juancgalvis authored Jun 21, 2024
2 parents 886954d + de20778 commit 918ac20
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {

dependencyManagement {
imports {
mavenBom 'software.amazon.awssdk:bom:2.26.1'
mavenBom 'software.amazon.awssdk:bom:2.26.7'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

dependencyManagement {
imports {
mavenBom 'software.amazon.awssdk:bom:2.26.1'
mavenBom 'software.amazon.awssdk:bom:2.26.7'
}
}

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ plugins {
id 'org.sonarqube' version '5.0.0.4638'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
id 'org.springframework.boot' version '3.3.0' apply false
id 'org.springframework.boot' version '3.3.1' apply false
id 'org.owasp.dependencycheck' version '9.2.0' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.17.8'
id 'co.com.bancolombia.cleanArchitecture' version '3.17.10'
}

apply from: './main.gradle'
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {

dependencyManagement {
imports {
mavenBom 'software.amazon.awssdk:bom:2.26.1'
mavenBom 'software.amazon.awssdk:bom:2.26.7'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {

dependencyManagement {
imports {
mavenBom 'software.amazon.awssdk:bom:2.26.1'
mavenBom 'software.amazon.awssdk:bom:2.26.7'
}
}

Expand Down

0 comments on commit 918ac20

Please sign in to comment.