Skip to content

Commit

Permalink
update gradle; spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Dec 20, 2024
1 parent 576b35d commit 759664a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencyResolutionManagement {

plugin("versions", "com.github.ben-manes.versions").version("0.51.0")
plugin("test-logger", "com.adarshr.test-logger").version("4.0.0")
plugin("spotbugs", "com.github.spotbugs").version("6.0.26")
plugin("spotbugs", "com.github.spotbugs").version("6.0.27")
plugin("cabe", "com.dua3.cabe").version("3.0.1")

version("log4j-bom", "2.24.3")
Expand Down

0 comments on commit 759664a

Please sign in to comment.