File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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:1.7.32 '
9+ compileOnly ' org.slf4j:slf4j-api:1.7.36 '
1010 implementation ' com.squareup.okhttp3:okhttp:4.9.3'
1111 implementation ' org.json:json:20211205'
1212 testImplementation ' org.postgresql:postgresql:42.3.2'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
77}
88
99dependencies {
10- compileOnly ' org.slf4j:slf4j-api:1.7.32 '
10+ compileOnly ' org.slf4j:slf4j-api:1.7.36 '
1111 implementation ' redis.clients:jedis:4.1.1'
1212 implementation ' com.google.code.gson:gson:2.8.9'
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:1.7.32 '
10+ compileOnly ' org.slf4j:slf4j-api:1.7.36 '
1111 implementation ' redis.clients:jedis:4.1.1'
1212 implementation ' com.google.code.gson:gson:2.8.9'
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.1.1'
1212 implementation ' com.google.code.gson:gson:2.8.9'
1313 implementation ' com.google.guava:guava:23.0'
14- compileOnly ' org.slf4j:slf4j-api:1.7.32 '
14+ compileOnly ' org.slf4j:slf4j-api:1.7.36 '
1515
1616 testImplementation ' ch.qos.logback:logback-classic:1.2.10'
1717 testImplementation ' org.testcontainers:testcontainers'
You can’t perform that action at this time.
0 commit comments