From 95826e7280cd77c327405dac98c318f5dbd4df09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 06:08:03 +0000 Subject: [PATCH] Bump testcontainers-bom from 1.16.0 to 1.17.6 Bumps [testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.16.0 to 1.17.6. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.16.0...1.17.6) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- examples/plugin/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {