Skip to content

Commit e1e743a

Browse files
Bump ch.qos.logback:logback-classic from 1.3.14 to 1.3.15 in /smoke-test
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.14 to 1.3.15. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.3.14...v_1.3.15) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.3.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8547d5b commit e1e743a

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.4.0.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)