From 9f633d83b40fc9f5f29b8cbbe9ab860b8a451097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:07:40 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:testcontainers-mariadb Bumps [org.testcontainers:testcontainers-mariadb](https://github.com/testcontainers/testcontainers-java) from 2.0.3 to 2.0.4. - [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.3...2.0.4) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-mariadb dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 61c2875..c11d09b 100644 --- a/build.gradle +++ b/build.gradle @@ -89,10 +89,10 @@ dependencies { testRuntimeOnly 'org.postgresql:postgresql' // Additional test dependencies for improved testing - testImplementation 'org.testcontainers:testcontainers:2.0.3' - testImplementation 'org.testcontainers:testcontainers-junit-jupiter:2.0.3' - testImplementation 'org.testcontainers:testcontainers-mariadb:2.0.3' - testImplementation 'org.testcontainers:testcontainers-postgresql:2.0.3' + testImplementation 'org.testcontainers:testcontainers:2.0.4' + testImplementation 'org.testcontainers:testcontainers-junit-jupiter:2.0.4' + testImplementation 'org.testcontainers:testcontainers-mariadb:2.0.4' + testImplementation 'org.testcontainers:testcontainers-postgresql:2.0.4' testImplementation 'com.github.tomakehurst:wiremock:3.0.1' testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.1' testImplementation 'org.assertj:assertj-core:3.27.7'