Skip to content

Commit 4edb163

Browse files
chore(deps): update jacoco to 0.8.14 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ad977b commit 4edb163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ dependencies {
131131

132132
// Jacoco configuration
133133
jacoco {
134-
toolVersion = "0.8.13"
134+
toolVersion = "0.8.14"
135135
}
136136

137137
tasks.register<JacocoReport>("jacocoTestReport") {

0 commit comments

Comments
 (0)