Revert "Logback 1.3 and SLF4J 2.0"

This reverts commit f39a080a0e that was
pushed prematurely.
This commit is contained in:
Andy Wilkinson
2022-05-13 16:23:48 +01:00
parent 12ace97f5c
commit 6c4fedb4a4
3 changed files with 8 additions and 8 deletions

View File

@@ -813,7 +813,7 @@ bom {
]
}
}
library("Logback", "1.3.0-alpha15") {
library("Logback", "1.2.11") {
group("ch.qos.logback") {
modules = [
"logback-access",
@@ -1289,7 +1289,7 @@ bom {
]
}
}
library("SLF4J", "2.0.0-alpha7") {
library("SLF4J", "1.7.36") {
group("org.slf4j") {
modules = [
"jcl-over-slf4j",