From 6aa6f248bf250b2b6bbd116276d4a64f7bae012c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 16:01:34 +0000 Subject: [PATCH] Bump mariadb from 1.16.0 to 1.17.6 Bumps [mariadb](https://github.com/testcontainers/testcontainers-java) from 1.16.0 to 1.17.6. - [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.16.0...1.17.6) --- 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 d0d9e86..3ddaf73 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.17.6' testImplementation group: 'org.testcontainers', name: 'junit-jupiter', version: '1.16.0' }