From 8b616808bd3fa0f76ca567b18ee703fd5c139557 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:10:02 +0000 Subject: [PATCH] Update dependency io.github.gradle-nexus.publish-plugin to v2 --- 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 d228e9c..f370372 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ logback = "1.5.5" gson = "2.8.9" spotless = "6.25.0" -nexus = "1.3.0" +nexus = "2.0.0" [libraries] annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }