From f1d0d582374f52e83a0c9ebce872dcfd360faa6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 06:05:48 +0000 Subject: [PATCH] Bump org.testcontainers:mariadb from 1.19.3 to 1.19.5 Bumps [org.testcontainers:mariadb](https://github.com/testcontainers/testcontainers-java) from 1.19.3 to 1.19.5. - [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.19.5) --- updated-dependencies: - dependency-name: org.testcontainers:mariadb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e2f71083a..0d4e4e001 100644 --- a/build.gradle +++ b/build.gradle @@ -189,7 +189,7 @@ dependencies { testImplementation("junit-addons:junit-addons:1.4") testImplementation("org.testcontainers:junit-jupiter:1.19.3") - testImplementation("org.testcontainers:mariadb:1.19.3") + testImplementation("org.testcontainers:mariadb:1.19.5") codacy("com.github.codacy:codacy-coverage-reporter:13.13.13") }