From 0ef9285be7f11844b850d69522cefa66b83388db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 03:27:03 +0000 Subject: [PATCH] Update plugin versions to v0.51.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 517f1c1cc..12620fe3e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -87,4 +87,4 @@ license = { id = "com.github.hierynomus.license", version = "0.16.1" } metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.5.0" } nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" } shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } -versions = { id = "com.github.ben-manes.versions", version = "0.42.0" } +versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }