From 3dea4549633be970d4ceb888b872abeb85c25ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 06:02:53 +0000 Subject: [PATCH] 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.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:com.vanniktech.maven.publish.gradle.plugin 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 ee0f73d..b767883 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { dependencies { classpath "com.android.tools.build:gradle:8.12.2" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20" - classpath "com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.34.0" + classpath "com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.35.0" } }