mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
Merge pull request #10396 from DSpace/dependabot/maven/dspace-8_x/tika.version-2.9.3
Bump tika.version from 2.9.2 to 2.9.3
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -43,7 +43,7 @@
|
|||||||
<pdfbox-version>2.0.33</pdfbox-version>
|
<pdfbox-version>2.0.33</pdfbox-version>
|
||||||
<rome.version>1.19.0</rome.version>
|
<rome.version>1.19.0</rome.version>
|
||||||
<slf4j.version>2.0.16</slf4j.version>
|
<slf4j.version>2.0.16</slf4j.version>
|
||||||
<tika.version>2.9.2</tika.version>
|
<tika.version>2.9.3</tika.version>
|
||||||
<!-- Sync BouncyCastle & ASM with whatever version Tika uses -->
|
<!-- Sync BouncyCastle & ASM with whatever version Tika uses -->
|
||||||
<bouncycastle.version>1.80</bouncycastle.version>
|
<bouncycastle.version>1.80</bouncycastle.version>
|
||||||
<asm.version>8.0.1</asm.version>
|
<asm.version>8.0.1</asm.version>
|
||||||
@@ -1312,6 +1312,12 @@
|
|||||||
<artifactId>bcutil-jdk18on</artifactId>
|
<artifactId>bcutil-jdk18on</artifactId>
|
||||||
<version>${bouncycastle.version}</version>
|
<version>${bouncycastle.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- Tika brings in multiple versions of this. Select the latest version. Always sync with Tika version -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.healthmarketscience.jackcess</groupId>
|
||||||
|
<artifactId>jackcess</artifactId>
|
||||||
|
<version>4.0.8</version>
|
||||||
|
</dependency>
|
||||||
<!-- Tika and axiom-api (in dspace-swordv2) disagree on versions -->
|
<!-- Tika and axiom-api (in dspace-swordv2) disagree on versions -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.james</groupId>
|
<groupId>org.apache.james</groupId>
|
||||||
|
Reference in New Issue
Block a user