File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ dependencies {
123
123
implementation group : ' org.apache.commons' , name : ' commons-csv' , version : ' 1.9.0'
124
124
implementation ' com.h2database:h2-mvstore:1.4.200'
125
125
126
- implementation group : ' org.apache.tika' , name : ' tika-core' , version : ' 2.0 .0'
126
+ implementation group : ' org.apache.tika' , name : ' tika-core' , version : ' 2.1 .0'
127
127
128
128
// required for reading write-protected PDFs - see https://github.com/JabRef/jabref/pull/942#issuecomment-209252635
129
129
implementation ' org.bouncycastle:bcprov-jdk15on:1.69'
Original file line number Diff line number Diff line change 87
87
requires org .apache .commons .lang3 ;
88
88
requires org .antlr .antlr4 .runtime ;
89
89
requires flowless ;
90
- requires tika .core ;
90
+ requires org . apache . tika .core ;
91
91
92
92
requires flexmark ;
93
93
requires flexmark .ext .gfm .strikethrough ;
You can’t perform that action at this time.
0 commit comments