Skip to content

Commit

Permalink
Bump org.testcontainers:testcontainers-bom from 1.19.7 to 1.19.8
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.7 to 1.19.8.
- [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.7...1.19.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent b4f3af7 commit 7e56084
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.7"
mavenBom "org.testcontainers:testcontainers-bom:1.19.8"
}
}

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.7"
mavenBom "org.testcontainers:testcontainers-bom:1.19.8"
}
}

Expand Down

0 comments on commit 7e56084

Please sign in to comment.