From 3d5f459041c48d8fdc87b96d9e73509bc753ad78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:04:14 +0000 Subject: [PATCH] chore(deps): bump com.github.ben-manes:gradle-versions-plugin Bumps com.github.ben-manes:gradle-versions-plugin from 0.52.0 to 0.53.0. --- updated-dependencies: - dependency-name: com.github.ben-manes:gradle-versions-plugin dependency-version: 0.53.0 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 aefb2c8c34b..a13820797b1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -8,7 +8,7 @@ buildscript { dependencies { classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2" classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE" - classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0" + classpath "com.github.ben-manes:gradle-versions-plugin:0.53.0" classpath "com.android.tools.build:gradle:8.13.0" } }