Skip to content

Commit

Permalink
Added Bouncy Castle as a dependency to silence Github security alert …
Browse files Browse the repository at this point in the history
…digest.
  • Loading branch information
glasen committed May 24, 2024
1 parent 9ede75b commit 23b605f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ dependencies {
implementation('net.sourceforge.argparse4j:argparse4j:0.9.0')
implementation('org.jsoup:jsoup:1.17.2')
implementation('io.github.furstenheim:copy_down:1.1')
implementation('org.bouncycastle:bcprov-jdk18on:1.78.1')
implementation('org.bouncycastle:bcpkix-jdk18on:1.78.1')

}

test {
Expand Down

0 comments on commit 23b605f

Please sign in to comment.