From 33893de2745c613841c6d50e387f898653af2a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 08:55:29 +0000 Subject: [PATCH] chore(deps): bump com.vanniktech.maven.publish.base Bumps [com.vanniktech.maven.publish.base](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.34.0 to 0.35.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.34.0...0.35.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish.base dependency-version: 0.35.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 52d45de..cb784a6 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { /* We have to use this 3rd party plugin for publishing to MavenCentral because as of AUG-2025 there is no official * plugin which supports publishing to MavenCentral Portal. */ - id "com.vanniktech.maven.publish.base" version "0.34.0" + id "com.vanniktech.maven.publish.base" version "0.35.0" } allprojects {