From 61c1285a542fb15a8772739f6d8b558a6ab2ee9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:53:40 +0000 Subject: [PATCH] Bump com.github.ben-manes:gradle-versions-plugin from 0.36.0 to 0.50.0 Bumps [com.github.ben-manes:gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) from 0.36.0 to 0.50.0. - [Release notes](https://github.com/ben-manes/gradle-versions-plugin/releases) - [Commits](https://github.com/ben-manes/gradle-versions-plugin/compare/v0.36.0...v0.50.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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2aa97e95f..2699c0018 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ buildscript { } dependencies { classpath("com.android.tools.build:gradle:7.3.1") - classpath("com.github.ben-manes:gradle-versions-plugin:0.36.0") + classpath("com.github.ben-manes:gradle-versions-plugin:0.50.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files