Skip to content

Commit

Permalink
v3.10.5; update slf4j; spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Mar 24, 2023
1 parent 2ed7ca2 commit d4e040c
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,5 +1,5 @@
rootProject.name = "dua3-utility"
val projectVersion = "10.3.4"
val projectVersion = "10.3.5"

include("utility")
include("utility-db")
Expand All @@ -16,13 +16,13 @@ dependencyResolutionManagement {

plugin("versions", "com.github.ben-manes.versions").version("0.46.0")
plugin("test-logger", "com.adarshr.test-logger").version("3.2.0")
plugin("spotbugs", "com.github.spotbugs").version("5.0.13")
plugin("spotbugs", "com.github.spotbugs").version("5.0.14")
plugin("cabe", "com.dua3.cabe").version("1.2.0")

version("cabe", "1.0.0")
version("junit", "5.9.2")
version("log4j", "2.20.0")
version("slf4j", "2.0.6")
version("slf4j", "2.0.7")

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

Expand Down

0 comments on commit d4e040c

Please sign in to comment.