File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
docs/examples/spock/redis
redis-backed-cache-testng Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ subprojects {
125125 }
126126
127127 dependencies {
128- testImplementation ' ch.qos.logback:logback-classic:1.3.3 '
128+ testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
129129 }
130130
131131 checkstyle {
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ dependencies {
77 api " io.lettuce:lettuce-core:5.2.0.RELEASE"
88 testImplementation ' org.spockframework:spock-core:1.2-groovy-2.5'
99 testImplementation project(" :spock" )
10- testImplementation ' ch.qos.logback:logback-classic:1.3.3 '
10+ testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
1111}
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ dependencies {
1313 testImplementation ' org.apache.kafka:kafka-clients:3.3.0'
1414 testImplementation ' org.assertj:assertj-core:3.23.1'
1515 testImplementation ' com.google.guava:guava:23.0'
16- testImplementation ' ch.qos.logback:logback-classic:1.3.3 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
1717}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 implementation ' com.squareup.okhttp3:okhttp:4.10.0'
1111 implementation ' org.json:json:20220924'
1212 testImplementation ' org.postgresql:postgresql:42.5.0'
13- testImplementation ' ch.qos.logback:logback-classic:1.3.3 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
1414 testImplementation ' org.testcontainers:postgresql'
1515 testImplementation ' org.assertj:assertj-core:3.23.1'
1616}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation ' com.google.code.gson:gson:2.9.1'
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
15- testImplementation ' ch.qos.logback:logback-classic:1.3.3 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
1616 testImplementation ' org.testng:testng:7.5'
1717 testImplementation ' org.assertj:assertj-core:3.23.1'
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.3.3 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
1717 testImplementation ' org.assertj:assertj-core:3.23.1'
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.36'
1515
16- testImplementation ' ch.qos.logback:logback-classic:1.3.3 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
1717 testImplementation ' org.testcontainers:testcontainers'
1818 testImplementation ' org.assertj:assertj-core:3.23.1'
1919}
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ dependencies {
1010 testImplementation ' org.apache.curator:curator-framework:5.3.0'
1111 testImplementation ' org.testcontainers:testcontainers'
1212 testImplementation ' org.assertj:assertj-core:3.23.1'
13- testImplementation ' ch.qos.logback:logback-classic:1.2.11 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
1414}
You can’t perform that action at this time.
0 commit comments