Skip to content

Commit

Permalink
updated tika-core, poi, and commons-io to newer versions which hopefu…
Browse files Browse the repository at this point in the history
…lly contain less vulnerabilities
  • Loading branch information
greenwoodma committed Jul 2, 2024
1 parent f606004 commit 29922ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<tika.version>1.25</tika.version>
<tika.version>1.28.5</tika.version>
<pdfbox.version>2.0.24</pdfbox.version>
<jempbox.version>1.8.16</jempbox.version>
<bouncycastle.version>1.70</bouncycastle.version>
<poi.version>4.1.2</poi.version>
<poi.version>5.2.2</poi.version>
<maven.resolver.version>1.6.1</maven.resolver.version>
<maven.version>3.6.3</maven.version>
<slf4j.version>1.7.30</slf4j.version>
Expand All @@ -82,7 +82,7 @@
<scope>compile</scope>
</dependency>

<!-- aether and it's dependencies for loading CREOLE plugins via Maven -->
<!-- aether and org.apache.poiit's dependencies for loading CREOLE plugins via Maven -->
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-impl</artifactId>
Expand Down Expand Up @@ -182,7 +182,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.11.0</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 29922ad

Please sign in to comment.