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 Aug 9, 2024
2 parents d8de3c7 + 8bb444e commit bf8d788
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.29'
mavenBom 'software.amazon.awssdk:bom:2.27.1'
}
}

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.29'
mavenBom 'software.amazon.awssdk:bom:2.27.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
id 'org.springframework.boot' version '3.3.2' apply false
id 'org.owasp.dependencycheck' version '10.0.3' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.17.16'
id 'co.com.bancolombia.cleanArchitecture' version '3.17.17'
}

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.29'
mavenBom 'software.amazon.awssdk:bom:2.27.1'
}
}

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.29'
mavenBom 'software.amazon.awssdk:bom:2.27.1'
}
}

Expand Down

0 comments on commit bf8d788

Please sign in to comment.