Skip to content

Commit

Permalink
fix(deps): update dependency checkstyle to v10.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and vlsi committed Feb 12, 2024
1 parent 07e0535 commit 6f741dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configurations.checkstyle {
}

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

0 comments on commit 6f741dd

Please sign in to comment.