File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
docs/examples/spock/redis Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ subprojects {
132
132
}
133
133
134
134
dependencies {
135
- testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
135
+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
136
136
}
137
137
138
138
checkstyle {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
7
7
api " io.lettuce:lettuce-core:6.7.1.RELEASE"
8
8
testImplementation ' org.spockframework:spock-core:2.3-groovy-4.0'
9
9
testImplementation project(" :spock" )
10
- testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
10
+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
11
11
}
12
12
13
13
test {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
dependencies {
6
6
testImplementation ' org.testcontainers:testcontainers'
7
7
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3'
8
- testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
8
+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
9
9
testImplementation ' org.assertj:assertj-core:3.27.3'
10
10
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.3'
11
11
}
You can’t perform that action at this time.
0 commit comments