From 2ead041d9bb6e6b1e7a75b0d1ff7ca6c3431e93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 20:54:43 +0000 Subject: [PATCH] build(deps): Bump com.github.johnrengelman.shadow in /api-editor Bumps com.github.johnrengelman.shadow from 7.1.2 to 8.1.0. --- updated-dependencies: - dependency-name: com.github.johnrengelman.shadow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api-editor/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-editor/build.gradle.kts b/api-editor/build.gradle.kts index adfa92b9c..fa1a61392 100644 --- a/api-editor/build.gradle.kts +++ b/api-editor/build.gradle.kts @@ -7,7 +7,7 @@ plugins { // Pin versions for subprojects kotlin("jvm") version "1.8.0" apply false kotlin("plugin.serialization") version "1.8.10" apply false - id("com.github.johnrengelman.shadow") version "7.1.2" apply false + id("com.github.johnrengelman.shadow") version "8.1.0" apply false id("com.github.node-gradle.node") version "3.5.1" apply false id("org.jetbrains.compose") version "1.3.0" apply false }