Skip to content

Commit

Permalink
Update bouncycalse to new base version (#8827)
Browse files Browse the repository at this point in the history
The jdk18on jars are compiled to work with anything from Java 1.8 up.
https://www.bouncycastle.org/latest_releases.html
  • Loading branch information
Siedlerchr authored May 18, 2022
1 parent 42672e3 commit 57f1a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dependencies {
implementation 'com.ibm.icu:icu4j-charset:71.1'

// required for reading write-protected PDFs - see https://github.com/JabRef/jabref/pull/942#issuecomment-209252635
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
implementation 'org.bouncycastle:bcprov-jdk18on:1.71'

implementation 'commons-cli:commons-cli:1.5.0'

Expand Down

0 comments on commit 57f1a0d

Please sign in to comment.