From ad960a3d8ec7ed1b6c7940f4ab1862174b2a3207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 14:45:10 +0000 Subject: [PATCH] chore(deps): bump com.vanniktech:gradle-maven-publish-plugin Bumps [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.28.0 to 0.37.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.28.0...0.37.0) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b8f1479b..f4ced6af 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { // ... loaded with a different classloader" as soon as two modules published in one build. if (gradle.startParameter.taskNames.any { it.toLowerCase().contains("publish") }) { // This requires minimum java 11 to work - classpath 'com.vanniktech:gradle-maven-publish-plugin:0.28.0' + classpath 'com.vanniktech:gradle-maven-publish-plugin:0.37.0' } } }