From 74c4de767a8286aa4b949a64c6f7a4741416094b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:00:18 +0100 Subject: [PATCH] Bump com.github.ben-manes:gradle-versions-plugin from 0.51.0 to 0.52.0 (#1261) Bumps com.github.ben-manes:gradle-versions-plugin from 0.51.0 to 0.52.0. --- updated-dependencies: - dependency-name: com.github.ben-manes:gradle-versions-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 72c7c2db9..a113dc8d7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ buildscript { dependencies { classpath("com.android.tools.build:gradle:8.6.1") - classpath("com.github.ben-manes:gradle-versions-plugin:0.51.0") + classpath("com.github.ben-manes:gradle-versions-plugin:0.52.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files