From cf6bbb4c635f8e1ad26c4ce854ee3d9192994ae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:30:58 +0000 Subject: [PATCH] chore(deps): bump org.jdbi:jdbi3-core from 3.8.2 to 3.45.3 Bumps [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) from 3.8.2 to 3.45.3. - [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.3) --- 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 5fcdd6d15..c9895e152 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.3") implementation("org.jdbi:jdbi3-sqlobject:3.8.2") implementation("org.mariadb.jdbc:mariadb-java-client:2.7.2")