From 4cc895bc85ab31dc4a787ab6818a57104e0d69fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:54:27 +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.48.0 to 0.49.0. - [Release notes](https://github.com/ben-manes/gradle-versions-plugin/releases) - [Commits](https://github.com/ben-manes/gradle-versions-plugin/compare/v0.48.0...v0.49.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 a7d4ddce507..a8f3a6afaf6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -10,7 +10,7 @@ buildscript { dependencies { classpath "com.gradle:gradle-enterprise-gradle-plugin:3.15.1" classpath "com.android.tools.build:gradle:8.1.2" - classpath "com.github.ben-manes:gradle-versions-plugin:0.48.0" + classpath "com.github.ben-manes:gradle-versions-plugin:0.49.0" } }