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]>
  • Loading branch information
sejli authored Feb 8, 2024
1 parent c2deff1 commit 12dab80
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 @@ -130,6 +130,8 @@ configurations.all {
force "org.mockito:mockito-core:${versions.mockito}"
force "org.yaml:snakeyaml:${versions.snakeyaml}"
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 12dab80

Please sign in to comment.