From ad6318f0004bb532673526fa24cd8f75403d5fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 07:43:26 +0000 Subject: [PATCH] Bump org.jdbi:jdbi3-core in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi). Updates `org.jdbi:jdbi3-core` from 3.53.0 to 3.54.0 - [Release notes](https://github.com/jdbi/jdbi/releases) - [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/jdbi/jdbi/compare/v3.53.0...v3.54.0) --- updated-dependencies: - dependency-name: org.jdbi:jdbi3-core dependency-version: 3.54.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 d5e7e61..4367860 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { // Database implementation("com.h2database:h2:2.4.240") - implementation("org.jdbi:jdbi3-core:3.53.0") + implementation("org.jdbi:jdbi3-core:3.54.0") implementation("com.zaxxer:HikariCP:7.1.0") testImplementation("org.junit.jupiter:junit-jupiter:6.1.1")