From 260f3d40b3487435d3e8dced22018ca76e4d17ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 20:06:20 +0000 Subject: [PATCH] Bump mariadb-java-client from 2.7.1 to 3.0.5 Bumps mariadb-java-client from 2.7.1 to 3.0.5. --- updated-dependencies: - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6f2f18d..821f78a 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ repositories { dependencies { implementation 'com.zaxxer:HikariCP:3.4.5' - implementation 'org.mariadb.jdbc:mariadb-java-client:2.7.1' + implementation 'org.mariadb.jdbc:mariadb-java-client:3.0.5' implementation 'io.github.kostaskougios:cloning:1.10.3' implementation 'org.jetbrains:annotations:20.1.0' implementation 'com.moandjiezana.toml:toml4j:0.7.2'