Skip to content

Commit cb6eab6

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/smoke-test/ch.qos.logback-logback-classic-1.3.15' into combined-pr-branch
2 parents 784852b + e1e743a commit cb6eab6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

docs/examples/spock/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1313
test {

smoke-test/turbo-mode/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
dependencies {
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
}

0 commit comments

Comments
 (0)