From 65bf693ff4b183251d30deab8ba28f8af58f1768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 23:34:58 +0000 Subject: [PATCH] Bump club.minnced:jda-ktx from 0.12.0 to 0.14.2 Bumps [club.minnced:jda-ktx](https://github.com/MinnDevelopment/jda-ktx) from 0.12.0 to 0.14.2. - [Commits](https://github.com/MinnDevelopment/jda-ktx/commits) --- updated-dependencies: - dependency-name: club.minnced:jda-ktx dependency-version: 0.14.2 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 3c5f13d8..3f187103 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ val mariaDBVersion = "3.5.8" val kotlinxSerializationVersion = "1.10.0" val kamlVersion = "0.104.0" val jdaVersion = "5.6.1" -val jdaKtxVersion = "0.12.0" +val jdaKtxVersion = "0.14.2" val secretLabKotlinVersion = "0.4.3" val updaterVersion = "0.1.1" val configLiteVersion = "0.1.1"