From e7fc9f015ef26e05450175fd218cda6b13b37b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:57:06 +0100 Subject: [PATCH] deps: bump com.zaxxer:HikariCP from 5.1.0 to 6.0.0 (#388) Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.1.0 to 6.0.0. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-5.1.0...HikariCP-6.0.0) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bukkit/build.gradle | 2 +- common/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 252e257b..4c8f5add 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -19,7 +19,7 @@ dependencies { compileOnly 'org.json:json:20240303' compileOnly 'net.william278:minedown:1.8.2' compileOnly 'de.exlll:configlib-yaml:4.5.0' - compileOnly 'com.zaxxer:HikariCP:5.1.0' + compileOnly 'com.zaxxer:HikariCP:6.0.0' compileOnly 'net.william278:DesertWell:2.0.4' compileOnly 'net.william278:AdvancementAPI:97a9583413' compileOnly "redis.clients:jedis:$jedis_version" diff --git a/common/build.gradle b/common/build.gradle index 024cc019..f8827dc3 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -12,7 +12,7 @@ dependencies { api 'de.exlll:configlib-yaml:4.5.0' api 'net.william278:paginedown:1.1.2' api 'net.william278:DesertWell:2.0.4' - api('com.zaxxer:HikariCP:5.1.0') { + api('com.zaxxer:HikariCP:6.0.0') { exclude module: 'slf4j-api' }