From e073366ab2a3339aaa5e3e86548b429ac5e670fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 18:34:46 +0000 Subject: [PATCH] chore(deps): bump com.vanniktech.maven.publish.base Bumps [com.vanniktech.maven.publish.base](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.34.0 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.34.0...0.36.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish.base 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 5897521..eef0651 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java-library' id 'maven-publish' id 'jacoco' - id 'com.vanniktech.maven.publish.base' version '0.34.0' + id 'com.vanniktech.maven.publish.base' version '0.36.0' id 'org.cyclonedx.bom' version '3.2.4' id 'me.champeau.jmh' version '0.7.3' }