From 8a0569df1a34207971630869c4ffba5425ce9d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 06:00:16 +0000 Subject: [PATCH] Bump com.github.ben-manes:gradle-versions-plugin in /android Bumps [com.github.ben-manes:gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) from 0.46.0 to 0.47.0. - [Release notes](https://github.com/ben-manes/gradle-versions-plugin/releases) - [Commits](https://github.com/ben-manes/gradle-versions-plugin/compare/v0.46.0...v0.47.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 0b41c58d2e5..dfebadbcf75 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -10,7 +10,7 @@ buildscript { dependencies { classpath "com.gradle:gradle-enterprise-gradle-plugin:3.13.3" classpath "com.android.tools.build:gradle:8.0.2" - classpath "com.github.ben-manes:gradle-versions-plugin:0.46.0" + classpath "com.github.ben-manes:gradle-versions-plugin:0.47.0" } }