From e2d06af3fafa7b3df515d0dd69b6fbd4b882d57b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 23:21:43 +0000 Subject: [PATCH] fix(deps): update dependency com.github.ben-manes:gradle-versions-plugin to v0.45.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 94d66e9..a05c257 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ buildscript { classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") classpath("com.diffplug.spotless:spotless-plugin-gradle:6.12.1") classpath("com.google.dagger:hilt-android-gradle-plugin:${deps.daggerHilt.version}") - classpath("com.github.ben-manes:gradle-versions-plugin:0.44.0") + classpath("com.github.ben-manes:gradle-versions-plugin:0.45.0") classpath("org.jacoco:org.jacoco.core:0.8.8") classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT") classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0")