From 2c0452150f435e7d810cd758445eedb7ee1beaf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:45:47 +0000 Subject: [PATCH] chore(deps): update plugin com.vanniktech.maven.publish to v0.36.0 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 734e1a0..8835b70 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -3,7 +3,7 @@ import com.vanniktech.maven.publish.SonatypeHost plugins { // Apply the java-library plugin for API and implementation separation. id 'java-library' - id 'com.vanniktech.maven.publish' version '0.30.0' + id 'com.vanniktech.maven.publish' version '0.36.0' id 'se.patrikerdes.use-latest-versions' version '0.2.18' id 'com.github.ben-manes.versions' version '0.51.0' }