From 77ab4a332fb95c39d903bc32f19026e9bb99d4b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 11:04:13 +0000 Subject: [PATCH] chore(deps): 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-logic/conventions/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-logic/conventions/build.gradle.kts b/build-logic/conventions/build.gradle.kts index 5fea6b5fd..8767ae3bc 100644 --- a/build-logic/conventions/build.gradle.kts +++ b/build-logic/conventions/build.gradle.kts @@ -1,6 +1,6 @@ plugins { `kotlin-dsl` - id("com.vanniktech.maven.publish.base") version "0.34.0" apply false + id("com.vanniktech.maven.publish.base") version "0.35.0" apply false } repositories { @@ -9,7 +9,7 @@ repositories { dependencies { implementation("com.diffplug.spotless:spotless-plugin-gradle:7.2.1") - implementation("com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.34.0") + implementation("com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.35.0") } gradlePlugin {