From 8208f33d48b56298e01d6a55411b94e552b8beab Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 26 Aug 2022 06:30:19 +0000 Subject: [PATCH] Update dependency com.github.bjoernq:unmockplugin to v0.7.9 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 26d0af8..879c659 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ buildscript { dependencies { classpath("com.android.tools.build:gradle:7.2.2") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21") - classpath("com.github.bjoernq:unmockplugin:0.7.8") + classpath("com.github.bjoernq:unmockplugin:0.7.9") classpath("com.github.ben-manes:gradle-versions-plugin:0.38.0") classpath("org.jacoco:org.jacoco.core:0.8.7") }