From f8838bae643fe19d1033ff705315e6e78457324a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Apr 2023 08:31:16 +0000 Subject: [PATCH] chore(deps): update dependency com.github.ben-manes:gradle-versions-plugin to v0.46.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c7022b5..1c94f39 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ buildscript { classpath("com.android.tools.build:gradle:7.4.2") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20") classpath("com.github.bjoernq:unmockplugin:0.7.9") - classpath("com.github.ben-manes:gradle-versions-plugin:0.44.0") + classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0") classpath("org.jacoco:org.jacoco.core:0.8.8") classpath("androidx.navigation:navigation-safe-args-gradle-plugin:$navVersion") }