From 77c750c181f79e85546eb3a80a6c71184631c4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 8 Feb 2019 12:30:18 +0000 Subject: [PATCH] Bump HikariCP from 3.3.0 to 3.3.1 in /Plan (#911) --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index e51a12805..22ac33833 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -61,7 +61,7 @@ subprojects { ext.htmlCompressorVersion = "1.5.2" ext.caffeineVersion = "2.6.2" ext.h2Version = "1.4.196" - ext.hikariVersion = "3.3.0" + ext.hikariVersion = "3.3.1" ext.slf4jVersion = "1.7.25" ext.geoIpVersion = "2.12.0" ext.guavaVersion = "26.0-jre"