From bfe20aa9c0cd37c82c27f5a73249a649db37c341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 15:30:07 +0000 Subject: [PATCH] Bump com.vanniktech.maven.publish.base from 0.33.0 to 0.34.0 Bumps [com.vanniktech.maven.publish.base](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.33.0 to 0.34.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.33.0...0.34.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish.base dependency-version: 0.34.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 12f32c612..a2f7d6664 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -63,4 +63,4 @@ spotless = { id = "com.diffplug.spotless", version.ref = "plugin-spotless" } kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } bukkit = { id = "de.eldoria.plugin-yml.bukkit", version.ref = "plugin-bukkit" } runPaper = { id = "xyz.jpenilla.run-paper", version = "2.3.1" } -publish = { id = "com.vanniktech.maven.publish.base", version = "0.33.0" } \ No newline at end of file +publish = { id = "com.vanniktech.maven.publish.base", version = "0.34.0" } \ No newline at end of file