Skip to content

Commit 547791a

Browse files
fix(deps): update dependency org.jacoco:org.jacoco.core to v0.8.9 (#68)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b6d37a commit 547791a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.12.1")
1717
classpath("com.google.dagger:hilt-android-gradle-plugin:${deps.daggerHilt.version}")
1818
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
19-
classpath("org.jacoco:org.jacoco.core:0.8.8")
19+
classpath("org.jacoco:org.jacoco.core:0.8.9")
2020
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
2121
classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0")
2222
}

0 commit comments

Comments
 (0)