From 9a5a1b83c0ba2aa9f1a7a4bf502e62577ca2fdbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 01:14:59 +0000 Subject: [PATCH] Bump club.minnced:jda-ktx from 0.12.0 to 0.13.0 Bumps [club.minnced:jda-ktx](https://github.com/MinnDevelopment/jda-ktx) from 0.12.0 to 0.13.0. - [Commits](https://github.com/MinnDevelopment/jda-ktx/commits) --- updated-dependencies: - dependency-name: club.minnced:jda-ktx dependency-version: 0.13.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..43f337b 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.13.0") } tasks.withType {