We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfc8ca commit e7bc5d1Copy full SHA for e7bc5d1
build.gradle
@@ -114,7 +114,7 @@ dependencies {
114
implementation group: 'org.apache.tika', name: 'tika-core', version: '1.24.1'
115
116
// required for reading write-protected PDFs - see https://github.com/JabRef/jabref/pull/942#issuecomment-209252635
117
- implementation 'org.bouncycastle:bcprov-jdk15on:1.65.01'
+ implementation 'org.bouncycastle:bcprov-jdk15on:1.66'
118
119
implementation 'commons-cli:commons-cli:1.4'
120
0 commit comments