File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release 1.13 - ???
2
2
3
+ * Upgrade commons-compress to 1.11 (TIKA-1949).
4
+
3
5
* Add detection for embedded MSChart.Graph files (TIKA-1033).
4
6
5
7
* Fix NPE in Sqlite parser from Nick C (TIKA-1927).
Original file line number Diff line number Diff line change 301
301
<maven .compiler.source>1.7</maven .compiler.source>
302
302
<maven .compiler.target>1.7</maven .compiler.target>
303
303
<project .reporting.outputEncoding>${project.build.sourceEncoding} </project .reporting.outputEncoding>
304
- <commons .compress.version>1.10</commons .compress.version>
304
+ <!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
305
+ <commons .compress.version>1.11</commons .compress.version>
305
306
<commons .io.version>2.4</commons .io.version>
306
307
<slf4j .version>1.7.12</slf4j .version>
307
308
</properties >
Original file line number Diff line number Diff line change 38
38
<poi .version>3.14</poi .version>
39
39
<!-- NOTE: sync codec version with POI -->
40
40
<codec .version>1.10</codec .version>
41
- <!-- NOTE: sync tukaani version with commons-compress -->
41
+ <!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
42
42
<tukaani .version>1.5</tukaani .version>
43
43
<mime4j .version>0.7.2</mime4j .version>
44
44
<vorbis .version>0.8</vorbis .version>
You can’t perform that action at this time.
0 commit comments