Skip to content

Commit

Permalink
fix(deps): update dependency org.jacoco:org.jacoco.core to v0.8.9
Browse files Browse the repository at this point in the history
| datasource | package                    | from  | to    |
| ---------- | -------------------------- | ----- | ----- |
| maven      | org.jacoco:org.jacoco.core | 0.8.8 | 0.8.9 |
  • Loading branch information
renovate[bot] authored Apr 3, 2023
1 parent a2b1738 commit d038b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.17.0")
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.12.0")
classpath("org.jacoco:org.jacoco.core:0.8.8")
classpath("org.jacoco:org.jacoco.core:0.8.9")
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
}
Expand Down

0 comments on commit d038b0c

Please sign in to comment.