Merge pull request 'Bump jacoco dependency to 0.8.8' (#5) from heiko/pgpainless:heiko/dependency into wot

Reviewed-on: https://codeberg.org/PGPainless/pgpainless/pulls/5
This commit is contained in:
Paul Schaub 2023-07-06 14:37:13 +00:00
commit 57f407b7f9
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ allprojects {
}
jacoco {
toolVersion = "0.8.7"
toolVersion = "0.8.8"
}
jacocoTestReport {