Skip to content

Commit

Permalink
build(deps): update gradle, checkstyle, 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 bb6bed0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
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=5.2.4

plugin.com.github.johnrengelman.shadow=7.1.2

Expand Down

0 comments on commit bb6bed0

Please sign in to comment.