File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation ' biz.paluch.redis:spinach:0.3'
1313 implementation ' com.google.code.gson:gson:2.8.9'
1414 implementation ' com.google.guava:guava:23.0'
15- testImplementation ' ch.qos.logback:logback-classic:1.2.7 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.2.10 '
1616 testImplementation ' org.mockito:mockito-all:1.10.19'
1717 testImplementation ' org.testcontainers:testcontainers'
1818 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ dependencies {
1313 testImplementation ' org.apache.kafka:kafka-clients:3.0.0'
1414 testImplementation ' org.assertj:assertj-core:3.21.0'
1515 testImplementation ' com.google.guava:guava:23.0'
16- testImplementation ' ch.qos.logback:logback-classic:1.2.7 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.2.10 '
1717}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 implementation ' com.squareup.okhttp3:okhttp:4.9.3'
1111 implementation ' org.json:json:20211205'
1212 testImplementation ' org.postgresql:postgresql:42.3.1'
13- testImplementation ' ch.qos.logback:logback-classic:1.2.7 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.2.10 '
1414 testImplementation ' org.testcontainers:postgresql'
1515}
1616
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation ' com.google.code.gson:gson:2.8.9'
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
15- testImplementation ' ch.qos.logback:logback-classic:1.2.7 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.2.10 '
1616 testImplementation ' org.testng:testng:7.4.0'
1717 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
1818}
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ dependencies {
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
1515 testImplementation ' junit:junit:4.13.2'
16- testImplementation ' ch.qos.logback:logback-classic:1.2.7 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.2.10 '
1717 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
1818}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 implementation ' com.google.guava:guava:23.0'
1414 compileOnly ' org.slf4j:slf4j-api:1.7.32'
1515
16- testImplementation ' ch.qos.logback:logback-classic:1.2.7 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.2.10 '
1717 testImplementation ' org.testcontainers:testcontainers'
1818 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
1919}
You can’t perform that action at this time.
0 commit comments