From 56deb7d5b5cfd78222f578dea433db0c21259b19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:31:32 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.19.5 to 1.19.6 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.5 to 1.19.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.19.5...1.19.6) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8c9fcb8..bc60031 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { testImplementation("org.assertj:assertj-core:3.25.3") testImplementation("org.wiremock:wiremock:3.4.0") testImplementation("org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-13") - testImplementation(platform("org.testcontainers:testcontainers-bom:1.19.5")) + testImplementation(platform("org.testcontainers:testcontainers-bom:1.19.6")) testImplementation("org.testcontainers:testcontainers") testImplementation("org.testcontainers:junit-jupiter") }