Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and bsideup committed Oct 1, 2019
1 parent 8e06434 commit 1ffbe13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ configure(subprojects.findAll { !it.name.startsWith("examples/") }) {
imports {
mavenBom 'org.junit:junit-bom:5.5.2'
mavenBom org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES
mavenBom 'org.testcontainers:testcontainers-bom:1.12.1'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.2'
mavenBom 'io.grpc:grpc-bom:1.23.0'
mavenBom 'com.google.protobuf:protobuf-bom:3.10.0'
}
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencyManagement {

imports {
mavenBom org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES
mavenBom 'org.testcontainers:testcontainers-bom:1.12.1'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.2'
}

dependencies {
Expand Down

0 comments on commit 1ffbe13

Please sign in to comment.