From 789c8a62dc68182f251aa82d9fe23c0ef8f45905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 05:06:06 +0000 Subject: [PATCH] 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] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c4d3a63..76f940c 100644 --- a/build.gradle +++ b/build.gradle @@ -86,8 +86,8 @@ dependencies { testRuntimeOnly 'org.postgresql:postgresql' // Additional test dependencies for improved testing - testImplementation 'org.testcontainers:testcontainers:2.0.2' - testImplementation 'org.testcontainers:testcontainers-mariadb:2.0.2' + testImplementation 'org.testcontainers:testcontainers:2.0.3' + testImplementation 'org.testcontainers:testcontainers-mariadb:2.0.3' testImplementation 'com.github.tomakehurst:wiremock:3.0.1' testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.1' testImplementation 'org.assertj:assertj-core:3.27.6'