From e261978fe3b950da89da341570ea06aa9ff4a993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 04:15:37 +0000 Subject: [PATCH] build(deps): bump com.vanniktech.maven.publish from 0.34.0 to 0.37.0 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] --- build.gradle | 2 +- python-embed-maven-plugin/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index aa283cb..bf5cb17 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'jacoco' - id 'com.vanniktech.maven.publish' version '0.34.0' + id 'com.vanniktech.maven.publish' version '0.37.0' } group = 'io.github.howtis' diff --git a/python-embed-maven-plugin/build.gradle b/python-embed-maven-plugin/build.gradle index f393ed0..dc1c19c 100644 --- a/python-embed-maven-plugin/build.gradle +++ b/python-embed-maven-plugin/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'jacoco' - id 'com.vanniktech.maven.publish' version '0.34.0' + id 'com.vanniktech.maven.publish' version '0.37.0' } group = 'io.github.howtis'