Skip to content

Commit 2d619e7

Browse files
[Security] Manually Force Secure logback Dependencies (#1795)
Signed-off-by: Sean Li <[email protected]> (cherry picked from commit 12dab80) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bb04134 commit 2d619e7

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)