From 0cc148d14c0938ba2b55c0177fa751aacf85e64e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 22:38:30 +0000 Subject: [PATCH] build(deps): bump org.testcontainers:testcontainers Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.6 to 1.21.0. - [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.6...1.21.0) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 a35df9a..0290ccc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -50,7 +50,7 @@ dependencies { testImplementation("junit:junit:4.13.2") testImplementation("commons-io:commons-io:2.19.0") testImplementation("commons-codec:commons-codec:1.18.0") - testImplementation("org.testcontainers:testcontainers:1.20.6") + testImplementation("org.testcontainers:testcontainers:1.21.0") testImplementation("org.jetbrains:annotations:26.0.2") testImplementation("ch.qos.logback:logback-classic:1.5.18") testImplementation("org.hamcrest:hamcrest:3.0")