Skip to content

Commit ad48e50

Browse files
fix(deps): update dependency org.jacoco:org.jacoco.core to v0.8.11
1 parent 547791a commit ad48e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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.9")
19+
classpath("org.jacoco:org.jacoco.core:0.8.11")
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)