From 58a459bcc350557eb32fd8529bc97048edb830af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 07:44:48 +0000 Subject: [PATCH] Bump com.zaxxer:HikariCP in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP). Updates `com.zaxxer:HikariCP` from 7.0.2 to 7.1.0 - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-7.0.2...HikariCP-7.1.0) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... 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 85e0055..ba44595 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { // Database implementation("com.h2database:h2:2.4.240") implementation("org.jdbi:jdbi3-core:3.53.0") - implementation("com.zaxxer:HikariCP:7.0.2") + implementation("com.zaxxer:HikariCP:7.1.0") testImplementation("org.junit.jupiter:junit-jupiter:6.1.0") testImplementation("org.assertj:assertj-core:3.27.7")