Skip to content

Commit 7ee367a

Browse files
update logback core to 1.15.20 (#1960)
Signed-off-by: ps48 <pshenoy36@gmail.com> (cherry picked from commit 56f7366) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9281af2 commit 7ee367a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ configurations.all {
156156
force "org.mockito:mockito-core:4.6.1"
157157
force "org.yaml:snakeyaml:2.0"
158158
force "org.slf4j:slf4j-api:2.0.0"
159-
force "ch.qos.logback:logback-classic:1.5.16"
160-
force "ch.qos.logback:logback-core:1.5.16"
159+
force "ch.qos.logback:logback-classic:1.5.20"
160+
force "ch.qos.logback:logback-core:1.5.20"
161161
}
162162
}
163163

0 commit comments

Comments
 (0)