Skip to content

Commit

Permalink
fix(deps): update dependency checkstyle to v10.12.5 (#3020)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 25, 2023
1 parent 0a49e9f commit 24de190
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

checkstyle {
toolVersion = "10.12.4"
toolVersion = "10.12.5"
providers.gradleProperty("checkstyle.version")
.takeIf { it.isPresent }
?.let { toolVersion = it.get() }
Expand Down

0 comments on commit 24de190

Please sign in to comment.