From fdb7f373b2f787bc54d8735f2dc20f8d80c4575d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 07:09:03 +0000 Subject: [PATCH] build(deps): bump the gradle-dependencies group across 1 directory with 2 updates Bumps the gradle-dependencies group with 2 updates in the / directory: [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) and [com.gradleup.shadow](https://github.com/GradleUp/shadow). Updates `com.vanniktech.maven.publish` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.35.0...0.36.0) Updates `com.gradleup.shadow` from 9.3.0 to 9.3.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.3.0...9.3.1) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: com.gradleup.shadow dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 589bb80..c588fe8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,8 +3,8 @@ import com.vanniktech.maven.publish.MavenPublishBaseExtension plugins { id("java-library") - id("com.vanniktech.maven.publish") version "0.35.0" - id("com.gradleup.shadow") version "9.3.0" + id("com.vanniktech.maven.publish") version "0.36.0" + id("com.gradleup.shadow") version "9.3.1" id("org.allaymc.gradle.plugin") version "0.2.1" }