From c7dddcf69a4c3542a1961877f31236c7ddaaff87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 16:51:34 +0200 Subject: [PATCH] Update dependency club.minnced:discord-webhooks to v0.8.4 (#40) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bot/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/build.gradle.kts b/bot/build.gradle.kts index 8bcb735..beffff7 100644 --- a/bot/build.gradle.kts +++ b/bot/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { // Logging implementation(libs.bundles.logging) - implementation("club.minnced", "discord-webhooks", "0.7.5") + implementation("club.minnced", "discord-webhooks", "0.8.4") // unit testing testImplementation(platform("org.junit:junit-bom:5.9.0"))