From d5b9d2655c2bbc1f1f65bcde75ba8c502867a1ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 01:11:49 +0000 Subject: [PATCH] Bump club.minnced:jda-ktx from 0.12.0 to 0.14.0 Bumps [club.minnced:jda-ktx](https://github.com/MinnDevelopment/jda-ktx) from 0.12.0 to 0.14.0. - [Commits](https://github.com/MinnDevelopment/jda-ktx/commits) --- updated-dependencies: - dependency-name: club.minnced:jda-ktx dependency-version: 0.14.0 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 fa746c8..279cfc1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation("ch.qos.logback:logback-classic:1.5.17") //JDA - implementation("club.minnced:jda-ktx:0.12.0") + implementation("club.minnced:jda-ktx:0.14.0") } tasks.withType {