From e86e5afdebe1fbcc0c2c274d535485da8a596010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:06:11 +0000 Subject: [PATCH] Bump com.zaxxer:HikariCP from 5.1.0 to 6.2.1 Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.1.0 to 6.2.1. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-5.1.0...HikariCP-6.2.1) --- 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 e930049c..35cbdf61 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { implementation(kotlin("reflect")) implementation(kotlin("scripting-common")) implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2") - implementation("com.zaxxer:HikariCP:5.1.0") + implementation("com.zaxxer:HikariCP:6.2.1") implementation("org.mockito:mockito-core:5.14.2") implementation("mysql:mysql-connector-java:8.0.33") implementation("org.apache.commons:commons-compress:1.26.1")