From 00776ee96307a6aad40ccf652305031cee217fd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 18:01:33 +0300 Subject: [PATCH] Update plugin nexus to v0.29.0 (#1) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 3ef2fa8..ddccbfa 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,4 +3,4 @@ [libraries] [plugins] -nexus = { id = "com.vanniktech.maven.publish", version = "0.28.0" } +nexus = { id = "com.vanniktech.maven.publish", version = "0.29.0" }