From 385debea966b89d6583d53f88b56a6511816006f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 19:08:06 +0000 Subject: [PATCH] build(deps): bump org.testcontainers:testcontainers from 2.0.2 to 2.0.3 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 2.0.2 to 2.0.3. - [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/2.0.2...2.0.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3693baf3..b0f69899 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,4 +30,4 @@ kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = slf4j-api = { group = "org.slf4j", name = "slf4j-api", version = "2.0.17" } kotlin-collections-immutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version = "0.4.0" } playwright = { group = "com.microsoft.playwright", name = "playwright", version = "1.57.0" } -testcontainers = { group = "org.testcontainers", name = "testcontainers", version = "2.0.2" } +testcontainers = { group = "org.testcontainers", name = "testcontainers", version = "2.0.3" }