From d4d76b4656cc2673709c871c75d5103af6fdfd50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 08:05:25 +0000 Subject: [PATCH] Bump HikariCP from 3.4.5 to 4.0.0 Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 3.4.5 to 4.0.0. - [Release notes](https://github.com/brettwooldridge/HikariCP/releases) - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-3.4.5...HikariCP-4.0.0) 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..f5c4d26 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ repositories { } dependencies { - implementation 'com.zaxxer:HikariCP:3.4.5' + implementation 'com.zaxxer:HikariCP:4.0.0' implementation 'org.mariadb.jdbc:mariadb-java-client:2.7.1' implementation 'io.github.kostaskougios:cloning:1.10.3' implementation 'org.jetbrains:annotations:20.1.0'