From 6a362c1b1a8720c5c7a95f1663c86b4aac2b8913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 23:22:05 +0000 Subject: [PATCH] chore(deps): bump com.zaxxer:HikariCP from 4.0.3 to 5.1.0 Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 4.0.3 to 5.1.0. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-4.0.3...HikariCP-5.1.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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2afbd61f5..8e23537c2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { implementation("com.github.cryptomorin:XSeries:11.0.0") implementation("net.kyori:adventure-platform-bukkit:4.3.3") implementation("dev.triumphteam:triumph-gui:3.1.7") - implementation("com.zaxxer:HikariCP:4.0.3") + implementation("com.zaxxer:HikariCP:5.1.0") implementation("org.jdbi:jdbi3-core:3.8.2") implementation("org.jdbi:jdbi3-sqlobject:3.8.2") implementation("org.mariadb.jdbc:mariadb-java-client:2.7.2")