Skip to content

Commit 43e15f3

Browse files
fix(deps): update dependency org.jacoco:org.jacoco.core to v0.8.10
| datasource | package | from | to | | ---------- | -------------------------- | ----- | ------ | | maven | org.jacoco:org.jacoco.core | 0.8.9 | 0.8.10 |
1 parent ebe5f2f commit 43e15f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
1919
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.18.0")
2020
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.13.0")
21-
classpath("org.jacoco:org.jacoco.core:0.8.9")
21+
classpath("org.jacoco:org.jacoco.core:0.8.10")
2222
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
2323
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
2424
}

0 commit comments

Comments
 (0)