Skip to content

Commit

Permalink
build(deps): update checkstyle and spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Jan 3, 2024
1 parent a33a5a3 commit 6434ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spotbugsTest {
}

checkstyle {
toolVersion '8.44'
toolVersion '9.3'
configFile file("config/checkstyle/checkstyle.xml")
}
checkstyleMain {
Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ version.com.github.crowdin..crowdin-api-client-java=1.11.5

plugin.org.asciidoctor.jvm.convert=3.3.2

plugin.com.github.spotbugs=4.8.0
plugin.com.github.spotbugs=4.8.1

plugin.com.github.johnrengelman.shadow=7.1.2

Expand Down

0 comments on commit 6434ed7

Please sign in to comment.