File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
docs/examples/spock/redis
redis-backed-cache-testng Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ subprojects {
122122 }
123123
124124 dependencies {
125- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
125+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
126126 }
127127
128128 checkstyle {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 api " io.lettuce:lettuce-core:6.3.0.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.11 '
10+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1111}
1212
1313test {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010 testImplementation ' org.testcontainers:testcontainers'
1111 testImplementation ' com.hazelcast:hazelcast:5.3.6'
12- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
12+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1313 testImplementation ' org.assertj:assertj-core:3.24.2'
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1'
1515}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 testImplementation ' org.testcontainers:junit-jupiter'
1313 testImplementation ' org.assertj:assertj-core:3.24.2'
1414 testImplementation ' com.google.guava:guava:23.0'
15- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1'
1717}
1818
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 testImplementation ' org.apache.kafka:kafka-clients:3.6.1'
1414 testImplementation ' org.assertj:assertj-core:3.24.2'
1515 testImplementation ' com.google.guava:guava:23.0'
16- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1717 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1'
1818}
1919
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 implementation ' com.squareup.okhttp3:okhttp:4.12.0'
1111 implementation ' org.json:json:20231013'
1212 testRuntimeOnly ' org.postgresql:postgresql:42.7.1'
13- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1414 testImplementation ' org.testcontainers:postgresql'
1515 testImplementation ' org.assertj:assertj-core:3.24.2'
1616}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 testImplementation ' org.assertj:assertj-core:3.24.2'
1111 testImplementation ' org.testcontainers:testcontainers'
1212 testImplementation ' io.nats:jnats:2.17.1'
13- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1414 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
1515 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.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.10.1'
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
15- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1616 testImplementation ' org.testng:testng:7.5.1'
1717 testImplementation ' org.assertj:assertj-core:3.24.2'
1818}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 testImplementation ' org.testcontainers:testcontainers'
1515 testImplementation ' org.testcontainers:junit-jupiter'
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1'
17- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
17+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1818 testImplementation ' org.assertj:assertj-core:3.24.2'
1919}
2020
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 testImplementation ' com.jcraft:jsch:0.1.55'
1111 testImplementation ' org.testcontainers:testcontainers'
1212 testImplementation ' org.assertj:assertj-core:3.24.2'
13- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1'
1515}
1616
You can’t perform that action at this time.
0 commit comments