Skip to content

Commit

Permalink
update spotbugs, slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Jan 9, 2024
1 parent 7dbc4cc commit 7aa902f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ dependencyResolutionManagement {

plugin("versions", "com.github.ben-manes.versions").version("0.50.0")
plugin("test-logger", "com.adarshr.test-logger").version("4.0.0")
plugin("spotbugs", "com.github.spotbugs").version("6.0.5")
plugin("spotbugs", "com.github.spotbugs").version("6.0.6")
plugin("cabe", "com.dua3.cabe").version("2.0")

version("cabe-annotations", "2.0")
version("junit", "5.10.1")
version("log4j", "2.22.1")
version("slf4j", "2.0.10")
version("slf4j", "2.0.11")
version("jimfs", "1.2")
version("miglayout", "11.3")
version("spotbugs", "4.8.2")
Expand Down

0 comments on commit 7aa902f

Please sign in to comment.