From 10b6ff19e23e9635fc87cddfc1883b5c1b8e0a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:50:14 +0000 Subject: [PATCH] chore(deps): bump com.vanniktech.maven.publish from 0.36.0 to 0.37.0 Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.36.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.36.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c8a2722..76d030b 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { id 'signing' id "com.github.ben-manes.versions" version "0.54.0" id 'net.researchgate.release' version '3.1.0' - id "com.vanniktech.maven.publish" version "0.36.0" + id "com.vanniktech.maven.publish" version "0.37.0" id "io.kestra.gradle.inject-bom-versions" version "1.2.4" id "io.kestra.gradle.plugin-doc-lint" version "1.2.4" apply(false) }