From 799f7e38480767be153504f17ecdc9f78598b5ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 07:48:31 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.19.3 to 1.21.3 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.3 to 1.21.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/1.19.3...1.21.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 17b5b36..7974e74 100644 --- a/build.gradle +++ b/build.gradle @@ -74,8 +74,8 @@ dependencies { testImplementation 'com.h2database:h2:2.3.232' // Additional test dependencies for improved testing - testImplementation 'org.testcontainers:testcontainers:1.19.3' - testImplementation 'org.testcontainers:mariadb:1.19.3' + testImplementation 'org.testcontainers:testcontainers:1.21.3' + testImplementation 'org.testcontainers:mariadb:1.21.3' testImplementation 'com.github.tomakehurst:wiremock:3.0.1' testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.0' testImplementation 'org.assertj:assertj-core:3.24.2'