Skip to content

Commit

Permalink
version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Mar 8, 2024
1 parent 5991d67 commit 959fc6a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ 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.7")
plugin("spotbugs", "com.github.spotbugs").version("6.0.8")
plugin("cabe", "com.dua3.cabe").version("2.1.2")

version("cabe-annotations", "2.0")
version("junit", "5.10.1")
version("log4j", "2.22.1")
version("slf4j", "2.0.11")
version("junit", "5.10.2")
version("log4j", "2.23.1")
version("slf4j", "2.0.12")
version("jimfs", "1.3.0")
version("miglayout", "11.3")
version("spotbugs", "4.8.2")
version("mockito", "5.10.0")
version("mockito", "5.11.0")

library("cabe-annotations", "com.dua3.cabe", "cabe-annotations").versionRef("cabe-annotations")

Expand Down

0 comments on commit 959fc6a

Please sign in to comment.