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 {
132132 }
133133
134134 dependencies {
135- testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
135+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
136136 }
137137
138138 checkstyle {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 api " io.lettuce:lettuce-core:6.7.1.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.14 '
10+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
1111}
1212
1313test {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55dependencies {
66 testImplementation ' org.testcontainers:testcontainers'
77 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 '
99 testImplementation ' org.assertj:assertj-core:3.27.3'
1010 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.3'
1111}
You can’t perform that action at this time.
0 commit comments