From 4a3c866d204066f4e3ccaf56490dadd542d87707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:36:50 +0000 Subject: [PATCH] chore(deps): bump org.jdbi:jdbi3-core from 3.8.2 to 3.45.2 Bumps [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) from 3.8.2 to 3.45.2. - [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.8.2...v3.45.2) --- updated-dependencies: - dependency-name: org.jdbi:jdbi3-core dependency-type: direct:production update-type: version-update:semver-minor ... 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 a77930170..d8765119c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,7 @@ dependencies { implementation("net.kyori:adventure-platform-bukkit:4.3.3") implementation("dev.triumphteam:triumph-gui:3.1.10") implementation("com.zaxxer:HikariCP:4.0.3") - implementation("org.jdbi:jdbi3-core:3.8.2") + implementation("org.jdbi:jdbi3-core:3.45.2") implementation("org.jdbi:jdbi3-sqlobject:3.8.2") implementation("org.mariadb.jdbc:mariadb-java-client:2.7.2")