From 2c2e751ec8e7ea85fb64a7eebe6c9913f622e1fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 05:22:21 +0000 Subject: [PATCH] Bump HikariCP from 3.4.1 to 4.0.0 Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 3.4.1 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.1...HikariCP-4.0.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2b7bbae1..51064a0e 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation "org.apache.logging.log4j:log4j-api:$log4jVersion" implementation "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion" implementation "org.slf4j:slf4j-api:1.7.29" - implementation 'com.zaxxer:HikariCP:3.4.1' + implementation 'com.zaxxer:HikariCP:4.0.0' implementation 'com.google.code.gson:gson:2.8.6' implementation "org.ehcache:ehcache:3.8.1" def mariaDbVersion = "2.5.1"