From e09c2367897bd15c969811cabce065f6392f191d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 13:21:59 +0000 Subject: [PATCH] Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.30.0 --- 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 ee6540c..d6ebe00 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,5 +7,5 @@ creative-api = { module = "team.unnamed:creative-api", version.ref = "creative" creative-serializer = { module = "team.unnamed:creative-serializer-minecraft", version.ref = "creative" } jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.18.0" } -nexus-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.29.0" } +nexus-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.30.0" } spotless-plugin = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.25.0" }