Skip to content

Commit ada8e06

Browse files
Update dependency jacoco to v0.8.13 (#173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab2813c commit ada8e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/dependencies/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object Versions {
3636
const val detekt = "1.18.1"
3737
const val ktlint = "10.1.0"
3838
const val ktlint_internal = "0.42.1"
39-
const val jacoco = "0.8.12"
39+
const val jacoco = "0.8.13"
4040

4141
// Testing
4242
const val test_core = "1.6.1"

0 commit comments

Comments
 (0)