Skip to content

Commit d038b0c

Browse files
fix(deps): update dependency org.jacoco:org.jacoco.core to v0.8.9
| datasource | package | from | to | | ---------- | -------------------------- | ----- | ----- | | maven | org.jacoco:org.jacoco.core | 0.8.8 | 0.8.9 |
1 parent a2b1738 commit d038b0c

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.17.0")
2020
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.12.0")
21-
classpath("org.jacoco:org.jacoco.core:0.8.8")
21+
classpath("org.jacoco:org.jacoco.core:0.8.9")
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)