From 95328f4bcea0f5c88072a62442842e9e80d974ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:38:49 +0000 Subject: [PATCH] Bump com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin Bumps com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin from 7.0.0 to 8.1.1. --- updated-dependencies: - dependency-name: com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build-logic/publishing/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-logic/publishing/build.gradle.kts b/build-logic/publishing/build.gradle.kts index 50807c7ab..018c32067 100644 --- a/build-logic/publishing/build.gradle.kts +++ b/build-logic/publishing/build.gradle.kts @@ -11,7 +11,7 @@ repositories { dependencies { implementation(project(":jvm")) implementation("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.90") - implementation("com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:7.0.0") + implementation("com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:8.1.1") implementation("org.jetbrains.kotlin:kotlin-gradle-plugin") }