Skip to content

Commit

Permalink
Downgraded slf4j version (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvanek committed Oct 15, 2023
1 parent 2c9658a commit b2f6ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencyResolutionManagement {
create("libs") {
library("jsr305", "com.google.code.findbugs:jsr305:3.0.2")
library("postgresql", "org.postgresql:postgresql:42.6.0")
library("logback-classic", "ch.qos.logback:logback-classic:1.4.11")
library("slf4j-api", "org.slf4j:slf4j-api:2.0.9")
library("logback-classic", "ch.qos.logback:logback-classic:1.2.12")
library("slf4j-api", "org.slf4j:slf4j-api:1.7.36") // to be compatible with Spring Boot 2.7.X
library("apache-commons-dbcp2", "org.apache.commons:commons-dbcp2:2.10.0")
library("mockito-core", "org.mockito:mockito-core:5.6.0")
library("awaitility", "org.awaitility:awaitility:4.2.0")
Expand Down

0 comments on commit b2f6ddc

Please sign in to comment.