Skip to content

Commit 5c3c092

Browse files
bump logback to 1.5.16 (#1074) (#1076)
(cherry picked from commit 4f52ad4) Signed-off-by: Joshua Li <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 31fe5b7 commit 5c3c092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ configurations.all {
137137
force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.4"
138138
force "org.yaml:snakeyaml:2.0"
139139
force "org.slf4j:slf4j-api:2.0.7"
140-
force "ch.qos.logback:logback-classic:1.3.14"
141-
force "ch.qos.logback:logback-core:1.3.14"
140+
force "ch.qos.logback:logback-classic:1.5.16"
141+
force "ch.qos.logback:logback-core:1.5.16"
142142
}
143143
}
144144

0 commit comments

Comments
 (0)