Skip to content

Commit

Permalink
Merge pull request DSpace#10386 from DSpace/dependabot/maven/tika.ver…
Browse files Browse the repository at this point in the history
…sion-2.9.3

Bump tika.version from 2.9.2 to 2.9.3
  • Loading branch information
tdonohue authored Feb 12, 2025
2 parents 1883593 + 7fa3e66 commit 0417beb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<rome.version>1.19.0</rome.version>
<!-- SLF4J is not used, but specified for dependency convergence issues between many dependencies -->
<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 -->
<bouncycastle.version>1.80</bouncycastle.version>
<asm.version>8.0.1</asm.version>
Expand Down Expand Up @@ -1313,6 +1313,12 @@
<artifactId>bcutil-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</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 -->
<dependency>
<groupId>org.apache.james</groupId>
Expand Down

0 comments on commit 0417beb

Please sign in to comment.