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.2 .3'
128+ testImplementation ' ch.qos.logback:logback-classic:1.3 .3'
129129 }
130130
131131 spotless {
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.2 .3'
10+ testImplementation ' ch.qos.logback:logback-classic:1.3 .3'
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.2.11 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.3.3 '
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.2.11 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.3.3 '
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.2.11 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.3.3 '
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.2.11 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.3.3 '
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:2.0.3'
1515
16- testImplementation ' ch.qos.logback:logback-classic:1.2.11 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.3.3 '
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 @@ -16,7 +16,7 @@ dependencies {
1616 testImplementation(" com.hivemq:hivemq-extension-sdk:4.9.0" )
1717 testImplementation(" com.hivemq:hivemq-mqtt-client:1.3.0" )
1818 testImplementation(" org.apache.httpcomponents:httpclient:4.5.13" )
19- testImplementation(" ch.qos.logback:logback-classic:1.4.1 " )
19+ testImplementation(" ch.qos.logback:logback-classic:1.4.3 " )
2020 testImplementation ' org.assertj:assertj-core:3.23.1'
2121 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.1" )
2222}
You can’t perform that action at this time.
0 commit comments