Skip to content

Commit

Permalink
TIKA-3640 -- general upgrades for the next 2.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Jan 31, 2022
1 parent ff9e044 commit 3f6fc25
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions tika-bundles/tika-bundle-standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>7.0.1</version>
<version>7.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfoset</artifactId>
<version>1.2.16</version>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tika-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<version>4.0.0</version>
<version>5.0.0</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand Down
14 changes: 7 additions & 7 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,12 @@
<maven.scr.version>1.26.4</maven.scr.version>
<maven.surefire.version>3.0.0-M5</maven.surefire.version>
<maven.shade.version>3.2.4</maven.shade.version>
<puppycrawl.version>9.2.1</puppycrawl.version>
<puppycrawl.version>9.3</puppycrawl.version>
<rat.version>0.13</rat.version>

<!-- dependency versions -->
<aws.s3.version>1.12.140</aws.s3.version>
<aws.transcribe.version>1.12.140</aws.transcribe.version>
<aws.s3.version>1.12.150</aws.s3.version>
<aws.transcribe.version>1.12.150</aws.transcribe.version>
<asm.version>9.2</asm.version>
<boilerpipe.version>1.1.0</boilerpipe.version>
<!-- used by POI, PDFBox and Jackcess ...try to sync -->
Expand Down Expand Up @@ -329,7 +329,7 @@
<junit4.version>4.13.2</junit4.version>
<junit5.version>5.8.2</junit5.version>
<juniversalchardet.version>1.0.3</juniversalchardet.version>
<junrar.version>7.4.0</junrar.version>
<junrar.version>7.4.1</junrar.version>
<libpst.version>0.9.3</libpst.version>
<log4j2.version>2.17.1</log4j2.version>
<lombok.version>1.18.20</lombok.version>
Expand All @@ -338,7 +338,7 @@
<microsoft.translator.version>0.6.2</microsoft.translator.version>
<!-- 0.8.6 is built with java 11 and does not work with Java 8 -->
<mime4j.version>0.8.4</mime4j.version>
<mockito.version>4.2.0</mockito.version>
<mockito.version>4.3.1</mockito.version>
<netcdf-java.version>4.5.5</netcdf-java.version>
<opencsv.version>2.3</opencsv.version>
<objenesis.version>3.2</objenesis.version>
Expand Down Expand Up @@ -373,7 +373,7 @@
<vorbis.version>0.8</vorbis.version>
<xerces.version>2.12.2</xerces.version>
<xmpcore.version>6.1.11</xmpcore.version>
<zstd.version>1.5.1-1</zstd.version>
<zstd.version>1.5.2-1</zstd.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -581,7 +581,7 @@
<dependency>
<groupId>org.jvnet.staxex</groupId>
<artifactId>stax-ex</artifactId>
<version>2.0.1</version>
<version>2.1.0-M1</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tika-translate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>org.glassfish.tyrus.bundles</groupId>
<artifactId>tyrus-standalone-client</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
<!-- after we migrate everything to junit5, we can get rid of this -->
<dependency>
Expand Down

0 comments on commit 3f6fc25

Please sign in to comment.