Skip to content

Commit e35ccad

Browse files
fix(deps): update dependency ch.qos.logback:logback-classic to v1.3.15 (#2917)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 11be5a2 commit e35ccad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ slf4j = "org.slf4j:slf4j-simple:2.0.16"
2424
poko = "dev.drewhamilton.poko:poko-gradle-plugin:0.18.2"
2525
# Use logback-classic as the logger for kotlin-logging / slf4j as it allow changing the log level at runtime.
2626
# TODO: Update "renovate.json" once logback-classic is updated to 1.4 (once java8 support for ktlint is dropped)
27-
logback = "ch.qos.logback:logback-classic:1.3.14"
27+
logback = "ch.qos.logback:logback-classic:1.3.15"
2828
logcaptor = "io.github.hakky54:logcaptor:2.10.0"
2929
# Required for logback-test.xml conditional configuration so that trace-logging in unit test can be automatically enabled using an
3030
# environment variable

0 commit comments

Comments
 (0)