From 8224c0d92a050375e2f82ae2b937475caef023d6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 06:01:05 +0000 Subject: [PATCH] Bump HikariCP from 3.4.1 to 3.4.5 Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 3.4.1 to 3.4.5. - [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-3.4.5) 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..1f656b45 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:3.4.5' implementation 'com.google.code.gson:gson:2.8.6' implementation "org.ehcache:ehcache:3.8.1" def mariaDbVersion = "2.5.1"