diff --git a/build.gradle b/build.gradle index 4d872282..ea98cf5e 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,7 @@ configure(subprojects.findAll { !it.name.startsWith("examples/") }) { imports { mavenBom 'org.junit:junit-bom:5.7.2' mavenBom org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES - mavenBom 'org.testcontainers:testcontainers-bom:1.16.0' + mavenBom 'org.testcontainers:testcontainers-bom:1.17.6' // pinned to 1.23.1, see https://github.com/grpc/grpc-java/issues/6707 mavenBom 'io.grpc:grpc-bom:1.23.1' diff --git a/examples/plugin/build.gradle b/examples/plugin/build.gradle index b45b869d..1c85e2c0 100644 --- a/examples/plugin/build.gradle +++ b/examples/plugin/build.gradle @@ -47,7 +47,7 @@ dependencyManagement { imports { mavenBom org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES - mavenBom 'org.testcontainers:testcontainers-bom:1.16.0' + mavenBom 'org.testcontainers:testcontainers-bom:1.17.6' } dependencies {