From 298c682a607f7c3bb281165fd848ba420c39d8f8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Nov 2022 10:00:42 +0000 Subject: [PATCH] Update dependency com.github.ben-manes:gradle-versions-plugin to v0.44.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d64c93e..e3edc9c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ buildscript { classpath("com.android.tools.build:gradle:7.3.0") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10") classpath("com.github.bjoernq:unmockplugin:0.7.9") - classpath("com.github.ben-manes:gradle-versions-plugin:0.42.0") + classpath("com.github.ben-manes:gradle-versions-plugin:0.44.0") classpath("org.jacoco:org.jacoco.core:0.8.8") } }