From e2eece041043a1f9ce542e5613fa9ee17fdf58e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 11:56:20 +0000 Subject: [PATCH] Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.34.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bc9bff0..22cc686 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ buildscript { classpath deps.kotlinPlugin classpath 'com.github.ben-manes:gradle-versions-plugin:0.42.0' - classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0' + classpath 'com.vanniktech:gradle-maven-publish-plugin:0.34.0' classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.3.0' classpath 'org.jetbrains.kotlinx:binary-compatibility-validator:0.11.0' }