Skip to content

Commit d3f713a

Browse files
authored
Merge pull request #123 from Kotlin-Android-Open-Source/dependabot/gradle/org.jacoco-org.jacoco.core-0.8.8
chore(deps): bump org.jacoco.core from 0.8.7 to 0.8.8
2 parents 2962c8b + 8f16d98 commit d3f713a

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
@@ -17,7 +17,7 @@ buildscript {
1717
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
1818
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.4.1")
1919
classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0")
20-
classpath("org.jacoco:org.jacoco.core:0.8.7")
20+
classpath("org.jacoco:org.jacoco.core:0.8.8")
2121
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
2222
classpath("com.github.ben-manes:gradle-versions-plugin:0.42.0")
2323
}

0 commit comments

Comments
 (0)