From a1d58d6fe35dda02a8cff27b52d2693ef4881fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 11:42:35 +0100 Subject: [PATCH] dependabot - bump HikariCP from 4.0.1 to 4.0.3 (#32) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2e52c18..64f9d78 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")