File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ configurations.all {
6161
6262dependencies {
6363 api ' junit:junit:4.13.2'
64- api ' org.slf4j:slf4j-api:2.0.3 '
64+ api ' org.slf4j:slf4j-api:1.7.36 '
6565 compileOnly ' org.jetbrains:annotations:23.0.0'
6666 testCompileOnly ' org.jetbrains:annotations:23.0.0'
6767 api ' org.apache.commons:commons-compress:1.21'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
77}
88
99dependencies {
10- compileOnly ' org.slf4j:slf4j-api:2.0.3 '
10+ compileOnly ' org.slf4j:slf4j-api:1.7.36 '
1111 implementation ' io.codenotary:immudb4j:0.9.10.2'
1212 testImplementation ' org.testcontainers:testcontainers'
1313 testImplementation ' org.assertj:assertj-core:3.23.1'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ repositories {
66 mavenCentral()
77}
88dependencies {
9- compileOnly ' org.slf4j:slf4j-api:2.0.3 '
9+ compileOnly ' org.slf4j:slf4j-api:1.7.36 '
1010 implementation ' com.squareup.okhttp3:okhttp:4.10.0'
1111 implementation ' org.json:json:20220924'
1212 testImplementation ' org.postgresql:postgresql:42.5.0'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
77}
88
99dependencies {
10- compileOnly ' org.slf4j:slf4j-api:2.0.3 '
10+ compileOnly ' org.slf4j:slf4j-api:1.7.36 '
1111 implementation ' redis.clients:jedis:4.2.3'
1212 implementation ' com.google.code.gson:gson:2.9.1'
1313 implementation ' com.google.guava:guava:23.0'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
77}
88
99dependencies {
10- compileOnly ' org.slf4j:slf4j-api:2.0.3 '
10+ compileOnly ' org.slf4j:slf4j-api:1.7.36 '
1111 implementation ' redis.clients:jedis:4.2.3'
1212 implementation ' com.google.code.gson:gson:2.9.1'
1313 implementation ' com.google.guava:guava:23.0'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
1111 implementation ' redis.clients:jedis:4.2.3'
1212 implementation ' com.google.code.gson:gson:2.9.1'
1313 implementation ' com.google.guava:guava:23.0'
14- compileOnly ' org.slf4j:slf4j-api:2.0.3 '
14+ compileOnly ' org.slf4j:slf4j-api:1.7.36 '
1515
1616 testImplementation ' ch.qos.logback:logback-classic:1.3.3'
1717 testImplementation ' org.testcontainers:testcontainers'
Original file line number Diff line number Diff line change 11dependencies {
22 implementation ' junit:junit:4.13.2'
3- implementation ' org.slf4j:slf4j-api:2.0.0 '
3+ implementation ' org.slf4j:slf4j-api:1.7.36 '
44 testImplementation ' org.assertj:assertj-core:3.23.1'
55}
You can’t perform that action at this time.
0 commit comments