From 40199ecd4114e033a694eb3bdd7a94630c56d60d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 07:49:44 +0000 Subject: [PATCH] Bump HikariCP from 3.4.5 to 4.0.2 Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 3.4.5 to 4.0.2. - [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.2) 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..34c7cb7 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.2' 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'