From fe778e2cf4b26e27226f9c5922ee337b5173df44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 16:00:47 +0000 Subject: [PATCH] Bump mariadb from 1.16.0 to 1.16.3 Bumps [mariadb](https://github.com/testcontainers/testcontainers-java) from 1.16.0 to 1.16.3. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.16.0...1.16.3) --- 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 d0d9e86..d100ea4 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.7.2' testImplementation group: 'org.testcontainers', name: 'testcontainers', version: '1.16.0' - testImplementation group: 'org.testcontainers', name: 'mariadb', version: '1.16.0' + testImplementation group: 'org.testcontainers', name: 'mariadb', version: '1.16.3' testImplementation group: 'org.testcontainers', name: 'junit-jupiter', version: '1.16.0' }