File tree 8 files changed +8
-8
lines changed
docs/examples/spock/redis
redis-backed-cache-testng
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ subprojects {
125
125
}
126
126
127
127
dependencies {
128
- testImplementation ' ch.qos.logback:logback-classic:1.2 .3'
128
+ testImplementation ' ch.qos.logback:logback-classic:1.3 .3'
129
129
}
130
130
131
131
spotless {
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ dependencies {
7
7
api " io.lettuce:lettuce-core:5.2.0.RELEASE"
8
8
testImplementation ' org.spockframework:spock-core:1.2-groovy-2.5'
9
9
testImplementation project(" :spock" )
10
- testImplementation ' ch.qos.logback:logback-classic:1.2 .3'
10
+ testImplementation ' ch.qos.logback:logback-classic:1.3 .3'
11
11
}
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ dependencies {
13
13
testImplementation ' org.apache.kafka:kafka-clients:3.3.0'
14
14
testImplementation ' org.assertj:assertj-core:3.23.1'
15
15
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 '
17
17
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
implementation ' com.squareup.okhttp3:okhttp:4.10.0'
11
11
implementation ' org.json:json:20220924'
12
12
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 '
14
14
testImplementation ' org.testcontainers:postgresql'
15
15
testImplementation ' org.assertj:assertj-core:3.23.1'
16
16
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
implementation ' com.google.code.gson:gson:2.9.1'
13
13
implementation ' com.google.guava:guava:23.0'
14
14
testImplementation ' org.testcontainers:testcontainers'
15
- testImplementation ' ch.qos.logback:logback-classic:1.2.11 '
15
+ testImplementation ' ch.qos.logback:logback-classic:1.3.3 '
16
16
testImplementation ' org.testng:testng:7.5'
17
17
testImplementation ' org.assertj:assertj-core:3.23.1'
18
18
}
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ dependencies {
13
13
implementation ' com.google.guava:guava:23.0'
14
14
testImplementation ' org.testcontainers:testcontainers'
15
15
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 '
17
17
testImplementation ' org.assertj:assertj-core:3.23.1'
18
18
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
implementation ' com.google.guava:guava:23.0'
14
14
compileOnly ' org.slf4j:slf4j-api:2.0.3'
15
15
16
- testImplementation ' ch.qos.logback:logback-classic:1.2.11 '
16
+ testImplementation ' ch.qos.logback:logback-classic:1.3.3 '
17
17
testImplementation ' org.testcontainers:testcontainers'
18
18
testImplementation ' org.assertj:assertj-core:3.23.1'
19
19
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
testImplementation(" com.hivemq:hivemq-extension-sdk:4.9.0" )
17
17
testImplementation(" com.hivemq:hivemq-mqtt-client:1.3.0" )
18
18
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 " )
20
20
testImplementation ' org.assertj:assertj-core:3.23.1'
21
21
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.1" )
22
22
}
You can’t perform that action at this time.
0 commit comments