From 9108a642a0ffc34b82ef64e02243e4a570ce5c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:14:52 +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 3fe2d808757..aad6b5f72b8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -9,7 +9,7 @@ buildscript { classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19" classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE" classpath "com.android.tools.build:gradle:8.8.0" - classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0" + classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0" } }