Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis authored and Dependencies Bot committed Aug 30, 2024
1 parent d38edfc commit 43897c2
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.27.11'
mavenBom 'software.amazon.awssdk:bom:2.27.16'
}
}

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

Expand Down
2 changes: 1 addition & 1 deletion main.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ subprojects {
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
testImplementation platform('org.junit:junit-bom:5.11.0')
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.mockito:mockito-junit-jupiter:5.12.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0'
}

test {
Expand Down
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.27.11'
mavenBom 'software.amazon.awssdk:bom:2.27.16'
}
}

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

Expand Down

0 comments on commit 43897c2

Please sign in to comment.