From c4151f4f5799feb9e3c116472dac1544cede50c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 00:01:58 +0000 Subject: [PATCH] Update plugin com.github.ben-manes.versions to v0.47.0 Signed-off-by: Renovate Bot --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 79ab8c6688..bbeb4bce70 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'com.github.kt3k.coveralls' version '2.12.2' id 'org.asciidoctor.jvm.convert' version '3.3.2' id 'io.codearte.nexus-staging' version '0.30.0' - id 'com.github.ben-manes.versions' version '0.46.0' + id 'com.github.ben-manes.versions' version '0.47.0' id 'org.sonarqube' version '4.2.0.3129' apply false id 'com.github.node-gradle.node' version '5.0.0' apply false }