From aeb6a1799c7e653a60812621986eeb73f6c7a13a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 22:35:29 +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 f80dc1c57..5db9d3133 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" }