Skip to content

Commit a4b4d2f

Browse files
[Security] Manually Force Secure logback Dependencies (#1795) (#1798)
(cherry picked from commit 12dab80) Signed-off-by: Sean 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 d379a31 commit a4b4d2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ configurations.all {
155155
force "org.mockito:mockito-core:4.6.1"
156156
force "org.yaml:snakeyaml:2.0"
157157
force "org.slf4j:slf4j-api:2.0.0"
158+
force "ch.qos.logback:logback-classic:1.3.14"
159+
force "ch.qos.logback:logback-core:1.3.14"
158160
}
159161
}
160162

0 commit comments

Comments
 (0)