Skip to content

Commit

Permalink
[Security] Manually Force Secure logback Dependencies (#1795)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
github-actions[bot] committed Feb 8, 2024
1 parent d379a31 commit 043234e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ configurations.all {
force "org.mockito:mockito-core:4.6.1"
force "org.yaml:snakeyaml:2.0"
force "org.slf4j:slf4j-api:2.0.0"
force "ch.qos.logback:logback-classic:1.3.14"
force "ch.qos.logback:logback-core:1.3.14"
}
}

Expand Down

0 comments on commit 043234e

Please sign in to comment.