From 728b36322ebe803823aac149072812763b6dc905 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:47:46 +0000 Subject: [PATCH] chore(deps): update plugin com.vanniktech.maven.publish to v0.37.0 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index f4675d45..05fd521a 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -11,7 +11,7 @@ plugins { id 'io.spring.dependency-management' version '1.1.7' id 'org.springframework.boot' version '4.1.0' apply false id 'org.sonarqube' version '7.3.1.8318' - id "com.vanniktech.maven.publish" version "0.36.0" + id "com.vanniktech.maven.publish" version "0.37.0" } group = 'com.toedter'