Skip to content

Commit

Permalink
chore(deps): update dependency jacoco to v0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent a4b83d2 commit 618bbc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group = "it.unibo.smartgh"
version = "1.0-SNAPSHOT"

jacoco {
toolVersion = "0.8.11"
toolVersion = "0.8.12"
reportsDirectory.set(layout.buildDirectory.dir("customJacocoReportDir"))
}

Expand All @@ -24,7 +24,7 @@ allprojects{
apply(plugin = "com.github.johnrengelman.shadow")

jacoco {
toolVersion = "0.8.11"
toolVersion = "0.8.12"
reportsDirectory.set(layout.buildDirectory.dir("customJacocoReportDir"))
}

Expand Down
2 changes: 1 addition & 1 deletion operationService/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group = "it.unibo.smartgh"
version = "0.1.0"

jacoco {
toolVersion = "0.8.11"
toolVersion = "0.8.12"
reportsDirectory.set(layout.buildDirectory.dir("customJacocoReportDir"))
}

Expand Down

0 comments on commit 618bbc4

Please sign in to comment.