Skip to content

Commit

Permalink
build(deps): upgrade slf4j to 2.x
Browse files Browse the repository at this point in the history
- Bumps log4j from 2.18.0 to 2.19.0
- Bumps slf4j from 1.7.32 to 2.0.1
  • Loading branch information
yeikel committed Sep 18, 2022
1 parent fb91cc1 commit 7335bca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -92,7 +92,7 @@ kotlin {
implementation("org.mockito:mockito-all:${extra["mockito_version"]}")
implementation("org.apache.logging.log4j:log4j-api:${extra["log4j_version"]}")
implementation("org.apache.logging.log4j:log4j-core:${extra["log4j_version"]}")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:${extra["log4j_version"]}")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:${extra["log4j_version"]}")
}
}
val jsMain by getting {}
Expand Down
4 changes: 2 additions & 2 deletions versions.gradle.kts
@@ -1,4 +1,4 @@
extra["slf4j_version"] = "1.7.32"
extra["log4j_version"] = "2.18.0"
extra["slf4j_version"] = "2.0.1"
extra["log4j_version"] = "2.19.0"
extra["mockito_version"] = "1.10.19"
extra["junit_version"] = "5.8.2"

0 comments on commit 7335bca

Please sign in to comment.