From a24c159228c4bdf30b9658f1ce1d385ff3c48392 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 07:42:56 +0000 Subject: [PATCH] Update plugin com.github.johnrengelman.shadow to v8 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a49f453..1a823fe 100755 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { // Apply the Kotlin JVM plugin to add support for Kotlin. id("org.jetbrains.kotlin.jvm") version "1.7.22" kotlin("plugin.serialization") version "1.7.22" - id("com.github.johnrengelman.shadow") version "7.1.2" + id("com.github.johnrengelman.shadow") version "8.1.1" id("io.gitlab.arturbosch.detekt") version "1.22.0" // Apply the application plugin to add support for building a jar