From 4f085884e20476e410b84f1a91fbaa9cebc01141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 12:25:24 +0000 Subject: [PATCH] chore(gradle): bump com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin Bumps [com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) 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) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 1e15cc36dd4..a051f6d613d 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation "com.gradleup.shadow:shadow-gradle-plugin:8.3.8" - implementation('com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.35.0') { + implementation('com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.36.0') { because('needed by plugin java-publishing-conventions') } }