Skip to content

Commit

Permalink
update miglayout, spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Sep 7, 2024
1 parent 8910594 commit cca3e4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// define project name and version
rootProject.name = "dua3-utility"
val projectVersion = "13.0.2-SNAPSHOT"
val projectVersion = "13.0.2"

// define subprojects
include("utility")
Expand Down Expand Up @@ -36,15 +36,15 @@ 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.21")
plugin("spotbugs", "com.github.spotbugs").version("6.0.22")
plugin("cabe", "com.dua3.cabe").version("2.1.2")

version("cabe-annotations", "2.0")
version("log4j", "2.23.1")
version("slf4j", "2.0.16")
version("ikonli", "12.3.1")
version("jimfs", "1.3.0")
version("miglayout", "11.4")
version("miglayout", "11.4.2")
version("mockito", "5.13.0")
version("javafx", "22")

Expand Down

0 comments on commit cca3e4e

Please sign in to comment.