From da735042b798561187d3b5d8432bfe624cdb6d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 07:47:03 +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.52.1 to 3.53.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.52.1...v3.53.0) --- updated-dependencies: - dependency-name: org.jdbi:jdbi3-core dependency-version: 3.53.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 db44f9e..7437531 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.52.1") + implementation("org.jdbi:jdbi3-core:3.53.0") implementation("com.zaxxer:HikariCP:7.0.2") testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")