From 1e38a743370315f89b2659c33d32e83cab74fc14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 11:02:24 +0000 Subject: [PATCH] Update plugin ben-manes-versions to v0.53.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 b5ae7fa6..0a72c953 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ [plugins] -ben-manes-versions = { id = "com.github.ben-manes.versions", version = "0.51.0" } +ben-manes-versions = { id = "com.github.ben-manes.versions", version = "0.53.0" } kotlinter = { id = "org.jmailen.kotlinter", version = "4.0.0" }