From b339a213e6412a8fd06f32f3de23b2dba54eb702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:02:42 +0000 Subject: [PATCH] java: bump com.vanniktech.maven.publish from 0.34.0 to 0.37.0 in /java Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.34.0 to 0.37.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.37.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/build.gradle b/java/build.gradle index b82954e9..68a079b6 100644 --- a/java/build.gradle +++ b/java/build.gradle @@ -2,5 +2,5 @@ plugins { // Publishes directly to the Sonatype Central Portal (central.sonatype.com), // replacing the EOL'd OSSRH / Nexus Repository Manager (s01.oss.sonatype.org). // Pinned here; applied in the :lib project, which produces the published artifact. - id "com.vanniktech.maven.publish" version "0.34.0" apply false + id "com.vanniktech.maven.publish" version "0.37.0" apply false }