From 5d9b876aca92f33646f77e212e214b5322363e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:50:52 +0000 Subject: [PATCH] chore(deps): bump org.jdbi:jdbi3-sqlobject from 3.8.2 to 3.42.0 Bumps [org.jdbi:jdbi3-sqlobject](https://github.com/jdbi/jdbi) from 3.8.2 to 3.42.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.8.2...v3.42.0) --- 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 feae17c81..bfbc79dd9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,7 +63,7 @@ dependencies { implementation("dev.triumphteam:triumph-gui:3.1.5") 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.42.0") implementation("org.mariadb.jdbc:mariadb-java-client:2.7.2") compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")