From c2950be17e83b43532cea76678b900cb40e3f2e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Oct 2021 20:58:01 +0000 Subject: [PATCH] Bump HikariCP from 2.4.1 to 5.0.0 Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 2.4.1 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-2.4.1...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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c7bb84e..d47db40 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'co.aikar:acf-paper:0.5.0-SNAPSHOT' implementation 'com.github.simplix-softworks:simplixstorage:3.2.3' implementation 'co.aikar:idb-core:1.0.0-SNAPSHOT' - implementation 'com.zaxxer:HikariCP:2.4.1' + implementation 'com.zaxxer:HikariCP:5.0.0' implementation 'fr.minuskube.inv:smart-invs:1.2.6' }