From 35d9bd106d5935ddc998654ea2749df1de832740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:32:02 +0000 Subject: [PATCH] chore(deps): bump org.jdbi:jdbi3-sqlobject from 3.8.2 to 3.45.3 Bumps [org.jdbi:jdbi3-sqlobject](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-sqlobject 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..2ec35472f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,7 +63,7 @@ dependencies { 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-sqlobject:3.8.2") + implementation("org.jdbi:jdbi3-sqlobject:3.45.3") implementation("org.mariadb.jdbc:mariadb-java-client:2.7.2") compileOnly("org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT")