From 4e7005c037fc85e5d51395e58bbe590e403509d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 01:36:12 +0000 Subject: [PATCH] Bump com.vanniktech.maven.publish.base from 0.26.0 to 0.27.0 Bumps [com.vanniktech.maven.publish.base](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.26.0 to 0.27.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.26.0...0.27.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish.base 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 ee33992d..91fc885a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,4 +26,4 @@ spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = [plugins] errorprone = { id = "net.ltgt.errorprone", version = "3.1.0" } git = { id = "com.palantir.git-version", version = "3.0.0" } -maven = { id = "com.vanniktech.maven.publish.base", version = "0.26.0" } +maven = { id = "com.vanniktech.maven.publish.base", version = "0.27.0" }