From b5c461b5ef7408c84edf104ebdf242bac9b266fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 08:10:21 +0000 Subject: [PATCH] Bump com.vanniktech.maven.publish from 0.25.1 to 0.36.0 Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.1 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.25.1...0.36.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-version: 0.36.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 a60318e..f3ad572 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { compose_compiler_version = "1.4.4" compose_activity_version = "1.7.0" ksp_version = "1.8.10-1.0.9" - maven_publish_version = "0.25.1" + maven_publish_version = "0.36.0" kotlin_version = "1.8.10" android_gradle_version = "7.4.2" core_ktx_version = "1.9.0"