Skip to content

Commit

Permalink
Update slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Sep 9, 2024
1 parent 1d5d16f commit bab8ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencyResolutionManagement {
library("jackson.databind", "com.fasterxml.jackson.core", "jackson-databind").version("2.17.2")
library("argparse4j", "net.sourceforge.argparse4j", "argparse4j").version("0.9.0")
library("dbusjava", "com.github.hypfvieh", "dbus-java-transport-native-unixsocket").version("5.0.0")
version("slf4j", "2.0.13")
version("slf4j", "2.0.16")
library("slf4j.api", "org.slf4j", "slf4j-api").versionRef("slf4j")
library("slf4j.jul", "org.slf4j", "jul-to-slf4j").versionRef("slf4j")
library("logback", "ch.qos.logback", "logback-classic").version("1.5.8")
Expand Down

0 comments on commit bab8ddf

Please sign in to comment.