From 58e571284de5ed34b53aa92afe8ffe8918ef3a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 20:33:06 +0100 Subject: [PATCH] chore(deps): bump com.gradleup.shadow from 8.3.5 to 8.3.6 (#190) Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.5 to 8.3.6. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.5...8.3.6) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/build.gradle.kts | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index cce611e..cbfaba5 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -1,7 +1,7 @@ plugins { id("java-library") id("maven-publish") - id("com.gradleup.shadow") version "8.3.5" + id("com.gradleup.shadow") version "8.3.6" } val minecraftVersion = "1.19.4" diff --git a/build.gradle.kts b/build.gradle.kts index 6bdec2c..4ca2923 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { id("maven-publish") id("xyz.jpenilla.run-paper") version "2.3.1" - id("com.gradleup.shadow") version "8.3.5" + id("com.gradleup.shadow") version "8.3.6" id("net.minecrell.plugin-yml.paper") version "0.6.0" id("io.papermc.hangar-publish-plugin") version "0.1.2" id("com.modrinth.minotaur") version "2.+"