From 7af19fbd3ba4d711438215def95c94097acd0a09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 08:18:12 +0000 Subject: [PATCH] Update plugin com.github.ben-manes.versions to v0.48.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 84425ee..abd8f49 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id 'org.jetbrains.kotlin.jvm' version '1.8.21' id 'info.solidsoft.pitest' version '1.9.11' id "org.jetbrains.dokka" version "1.8.20" - id "com.github.ben-manes.versions" version "0.46.0" + id "com.github.ben-manes.versions" version "0.48.0" // publishing id 'maven-publish' id "io.codearte.nexus-staging" version "0.30.0"