From b2be50a91edcfc27f72f012dd581786221287013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:23:03 +0000 Subject: [PATCH] chore(deps): bump com.github.ben-manes:gradle-versions-plugin 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] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 36ee7e4626a..5ec0ce70d1d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -8,7 +8,7 @@ buildscript { dependencies { classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19" classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE" - classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0" + classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0" classpath "com.android.tools.build:gradle:8.8.0" } }