File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
docs/examples/spock/redis
redis-backed-cache-testng Expand file tree Collapse file tree 10 files changed +10
-10
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.4 '
128+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
129129 }
130130
131131 checkstyle {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 api " io.lettuce:lettuce-core:6.2.1.RELEASE"
88 testImplementation ' org.spockframework:spock-core:2.3-groovy-4.0'
99 testImplementation project(" :spock" )
10- testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
10+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
1111}
1212
1313test {
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ repositories {
99dependencies {
1010 testImplementation ' org.testcontainers:testcontainers'
1111 testImplementation ' com.hazelcast:hazelcast:5.2.1'
12- testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
12+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
1313 testImplementation ' org.assertj:assertj-core:3.23.1'
1414}
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ dependencies {
1313 testImplementation ' org.apache.kafka:kafka-clients:3.3.1'
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.4 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
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.1'
13- testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
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 @@ -10,6 +10,6 @@ dependencies {
1010 testImplementation ' org.assertj:assertj-core:3.23.1'
1111 testImplementation ' org.testcontainers:testcontainers'
1212 testImplementation ' io.nats:jnats:2.16.5'
13- testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
1414 testImplementation ' org.apache.httpcomponents:httpclient:4.5.13'
1515}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation ' com.google.code.gson:gson:2.10'
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
15- testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
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.4 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
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.4 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
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.4.0'
1111 testImplementation ' org.testcontainers:testcontainers'
1212 testImplementation ' org.assertj:assertj-core:3.23.1'
13- testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
1414}
You can’t perform that action at this time.
0 commit comments