Skip to content

Commit

Permalink
fix(deps): update dependency checkstyle to v10.15.0
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 76ab8df commit 065cdc7
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.13.0"
toolVersion = "10.15.0"
providers.gradleProperty("checkstyle.version")
.takeIf { it.isPresent }
?.let { toolVersion = it.get() }
Expand Down

0 comments on commit 065cdc7

Please sign in to comment.