From 0601425097c8b145a9dde23db4bbc467d026cfb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:02:19 +0200 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom in the dependencies group (#92) Bumps the dependencies group with 1 update: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java). Updates `org.testcontainers:testcontainers-bom` from 1.20.0 to 1.20.1 - [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.20.0...1.20.1) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a1dc4ea..9228de9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { testImplementation("org.assertj:assertj-core:3.26.3") testImplementation("org.wiremock:wiremock:3.9.1") testImplementation("org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-13") - testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.0")) + testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.1")) testImplementation("org.testcontainers:testcontainers") testImplementation("org.testcontainers:junit-jupiter") }