Skip to content

Commit

Permalink
fix(deps): update dependency jacoco to v0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and vlsi committed Apr 15, 2024
1 parent e0119fb commit 3f271e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

jacoco {
toolVersion = "0.8.11"
toolVersion = "0.8.12"
providers.gradleProperty("jacoco.version")
.takeIf { it.isPresent }
?.let { toolVersion = it.get() }
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ println("Building pgjdbc $buildVersion")
val isReleaseVersion = rootProject.releaseParams.release.get()

jacoco {
toolVersion = "0.8.11"
toolVersion = "0.8.12"
providers.gradleProperty("jacoco.version")
.takeIf { it.isPresent }
?.let { toolVersion = it.get() }
Expand Down

0 comments on commit 3f271e2

Please sign in to comment.