From 3a84f95595a93e211c4526b405338fd66e76a6c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jul 2021 11:07:10 +0000 Subject: [PATCH] Bump HikariCP from 4.0.3 to 5.0.0 Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 4.0.3 to 5.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-4.0.3...HikariCP-5.0.0) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- scala-utils/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scala-utils/build.gradle b/scala-utils/build.gradle index b7b66dac..d799f278 100644 --- a/scala-utils/build.gradle +++ b/scala-utils/build.gradle @@ -12,7 +12,7 @@ dependencies { implementation 'com.google.inject:guice:5.0.1' implementation 'io.undertow:undertow-core:2.2.8.Final' implementation 'org.scalikejdbc:scalikejdbc_2.13:3.5.0' - implementation 'com.zaxxer:HikariCP:4.0.3' + implementation 'com.zaxxer:HikariCP:5.0.0' implementation 'com.fasterxml.jackson.module:jackson-module-scala_2.13:2.12.3' implementation 'org.tpolecat:doobie-core_2.13:0.13.4' implementation 'org.postgresql:postgresql:42.2.22' -- GitLab