From 56eceaff17290a5706a11847c9805957b9311032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 06:29:09 +0000 Subject: [PATCH] dependabot - bump HikariCP from 4.0.1 to 4.0.3 Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 4.0.1 to 4.0.3. - [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-4.0.1...HikariCP-4.0.3) Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 109f1b3..a49e973 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { // driver and connection pool implementation("org.postgresql:postgresql:42.2.18") - implementation("com.zaxxer:HikariCP:4.0.1") + implementation("com.zaxxer:HikariCP:4.0.3") // configuration implementation("com.typesafe:config:1.4.1")