Skip to content

Commit

Permalink
Bump org.testcontainers:testcontainers-bom from 1.19.8 to 1.20.1
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.8 to 1.20.1.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.8...1.20.1)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 9d0b1e8 commit 4f93903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commons-db/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

dependencyManagement {
imports {
mavenBom "org.testcontainers:testcontainers-bom:1.19.8"
mavenBom "org.testcontainers:testcontainers-bom:1.20.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion part2.1-database/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {

dependencyManagement {
imports {
mavenBom "org.testcontainers:testcontainers-bom:1.19.8"
mavenBom "org.testcontainers:testcontainers-bom:1.20.1"
}
}

Expand Down

0 comments on commit 4f93903

Please sign in to comment.