Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-api to v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 975bcdc commit 6e87688
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 @@ -16,7 +16,7 @@ dependencyResolutionManagement {
bundle("sadu", listOf("sadu-queries", "sadu-updater", "sadu-postgresql", "sadu-datasource"))

version("log4j", "2.20.0")
library("slf4j-api", "org.slf4j:slf4j-api:2.0.7")
library("slf4j-api", "org.slf4j:slf4j-api:2.0.9")
library("log4j-core", "org.apache.logging.log4j", "log4j-core").versionRef("log4j")
library("log4j-slf4j2", "org.apache.logging.log4j", "log4j-slf4j2-impl").versionRef("log4j")
bundle("log4j", listOf("slf4j-api", "log4j-core", "log4j-slf4j2"))
Expand Down

0 comments on commit 6e87688

Please sign in to comment.