From b423ef59d77106c9f1d341d4d809cde3c99ea4b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 02:56:03 +0000 Subject: [PATCH] Bump com.zaxxer:HikariCP from 7.0.0 to 7.0.2 Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 7.0.0 to 7.0.2. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-7.0.0...HikariCP-7.0.2) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- database/database-jdbc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/database-jdbc/build.gradle.kts b/database/database-jdbc/build.gradle.kts index 92b6f98..33cc50a 100644 --- a/database/database-jdbc/build.gradle.kts +++ b/database/database-jdbc/build.gradle.kts @@ -3,7 +3,7 @@ version = properties["devcore.database.version"] ?: "1.0.0" dependencies { api(project(":database:database-api")) implementation("org.jetbrains.exposed:exposed-jdbc:1.0.0") - implementation("com.zaxxer:HikariCP:7.0.0") + implementation("com.zaxxer:HikariCP:7.0.2") compileOnly(libs.paper.api) testImplementation(libs.paper.api) testImplementation(libs.kotlin.test)