From 65d8ce258fb82d1625fbb20179f02c387f382426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:36:40 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.19.4 to 1.19.5 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.4 to 1.19.5. - [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.4...1.19.5) --- 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 9340b99..a9ab470 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.3.1") testImplementation("org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-13") - testImplementation(platform("org.testcontainers:testcontainers-bom:1.19.4")) + testImplementation(platform("org.testcontainers:testcontainers-bom:1.19.5")) testImplementation("org.testcontainers:testcontainers") testImplementation("org.testcontainers:junit-jupiter") }