From 2795f7b213f59ebf8747c388785ae48459ddcd12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 01:51:01 +0000 Subject: [PATCH] Bump maven-publish from 0.31.0 to 0.32.0 Bumps `maven-publish` from 0.31.0 to 0.32.0. Updates `com.vanniktech:gradle-maven-publish-plugin` from 0.31.0 to 0.32.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.31.0...0.32.0) Updates `com.vanniktech.maven.publish.base` from 0.31.0 to 0.32.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.31.0...0.32.0) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.vanniktech.maven.publish.base dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e0f4fb90..03568ef4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ buf = "1.53.0" cel = "0.5.3" error-prone = "2.38.0" junit = "5.12.2" -maven-publish = "0.31.0" +maven-publish = "0.32.0" # When updating, make sure to update versions in the following files to match and regenerate code with 'make generate'. # - buf.gen.yaml # - conformance/buf.gen.yaml