From fa5043c81d44dbdfb62141d15810d5befec89ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:34:54 +0000 Subject: [PATCH] Bump org.testcontainers:mariadb from 1.18.3 to 1.19.0 Bumps [org.testcontainers:mariadb](https://github.com/testcontainers/testcontainers-java) from 1.18.3 to 1.19.0. - [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.18.3...1.19.0) --- updated-dependencies: - dependency-name: org.testcontainers:mariadb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 286a242b0..45baef7bf 100644 --- a/build.gradle +++ b/build.gradle @@ -270,7 +270,7 @@ dependencies { testImplementation("junit-addons:junit-addons:1.4") testImplementation("org.testcontainers:junit-jupiter:1.18.3") - testImplementation("org.testcontainers:mariadb:1.18.3") + testImplementation("org.testcontainers:mariadb:1.19.0") codacy("com.github.codacy:codacy-coverage-reporter:13.13.7") }