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 @@ -134,7 +134,7 @@ subprojects {
134134 }
135135
136136 dependencies {
137- testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
137+ testImplementation ' ch.qos.logback:logback-classic:1.3.16 '
138138 testImplementation ' org.assertj:assertj-core:3.27.4'
139139 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
140140
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 api " io.lettuce:lettuce-core:6.8.0.RELEASE"
88 testImplementation ' org.spockframework:spock-core:2.3-groovy-4.0'
99 testImplementation project(" :testcontainers-spock" )
10- testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
10+ testImplementation ' ch.qos.logback:logback-classic:1.3.16 '
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.8'
12- testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
12+ testImplementation ' ch.qos.logback:logback-classic:1.3.16 '
1313 testImplementation ' org.assertj:assertj-core:3.27.4'
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1515 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 testImplementation ' org.testcontainers:testcontainers-junit-jupiter'
1313 testImplementation ' org.assertj:assertj-core:3.27.4'
1414 testImplementation ' com.google.guava:guava:23.0'
15- testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.3.16 '
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1717 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1818 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 testImplementation ' org.apache.kafka:kafka-clients:4.1.0'
1414 testImplementation ' org.assertj:assertj-core:3.27.4'
1515 testImplementation ' com.google.guava:guava:23.0'
16- testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.3.16 '
1717 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1818 testImplementation ' org.awaitility:awaitility:4.3.0'
1919 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 testImplementation ' org.assertj:assertj-core:3.27.4'
1111 testImplementation ' org.testcontainers:testcontainers'
1212 testImplementation ' io.nats:jnats:2.23.0'
13- testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.3.16 '
1414 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
1515 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1616 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010 testImplementation ' org.testcontainers:testcontainers-ollama'
1111 testImplementation ' org.assertj:assertj-core:3.27.4'
12- testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
12+ testImplementation ' ch.qos.logback:logback-classic:1.3.16 '
1313 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1414 testImplementation ' io.rest-assured:rest-assured:5.5.6'
1515 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation ' com.google.code.gson:gson:2.13.2'
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
15- testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.3.16 '
1616 testImplementation ' org.testng:testng:7.5.1'
1717 testImplementation ' org.assertj:assertj-core:3.27.4'
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:testcontainers-junit-jupiter'
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
17- testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
17+ testImplementation ' ch.qos.logback:logback-classic:1.3.16 '
1818 testImplementation ' org.assertj:assertj-core:3.27.4'
1919 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
2020}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 testImplementation ' com.github.mwiede:jsch:2.27.2'
1111 testImplementation ' org.testcontainers:testcontainers'
1212 testImplementation ' org.assertj:assertj-core:3.27.4'
13- testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.3.16 '
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1515 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1616}
You can’t perform that action at this time.
0 commit comments