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.
2 parents 8cb9d5d + 8c0d65e commit dcb0906Copy full SHA for dcb0906
build.gradle
@@ -127,7 +127,7 @@ dependencies {
127
compile group: 'org.apache.tika', name: 'tika-core', version: '1.22'
128
129
// required for reading write-protected PDFs - see https://github.com/JabRef/jabref/pull/942#issuecomment-209252635
130
- compile 'org.bouncycastle:bcprov-jdk15on:1.62'
+ compile 'org.bouncycastle:bcprov-jdk15on:1.63'
131
132
compile 'commons-cli:commons-cli:1.4'
133
0 commit comments