Skip to content

Commit

Permalink
TIKA-4162: update failsafe + surefire + apache rat plugins, aws, goog…
Browse files Browse the repository at this point in the history
…le cloud, commons exec, reactor netty, reactor core
  • Loading branch information
THausherr committed Jan 10, 2024
1 parent 1b97554 commit e1e51c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,20 +294,20 @@
<maven.assembly.version>3.6.0</maven.assembly.version>
<maven.bundle.version>5.1.9</maven.bundle.version>
<maven.compiler.plugin.version>3.12.1</maven.compiler.plugin.version>
<maven.failsafe.version>3.2.3</maven.failsafe.version>
<maven.javadoc.version>3.6.3</maven.javadoc.version>
<maven.jar.version>3.3.0</maven.jar.version>
<maven.scr.version>1.26.4</maven.scr.version>
<maven.surefire.version>3.2.3</maven.surefire.version>
<maven.failsafe.version>3.2.5</maven.failsafe.version>
<maven.surefire.version>3.2.5</maven.surefire.version>
<maven.shade.version>3.5.1</maven.shade.version>
<maven.project.info.reports.version>3.5.0</maven.project.info.reports.version>
<!-- need above java 8 for 10.[0-2] -->
<puppycrawl.version>9.3</puppycrawl.version>
<rat.version>0.15</rat.version>
<rat.version>0.16</rat.version>

<!-- dependency versions -->
<google.cloud.version>2.30.1</google.cloud.version>
<aws.version>1.12.629</aws.version>
<google.cloud.version>2.31.0</google.cloud.version>
<aws.version>1.12.633</aws.version>
<!-- WARNING: when you upgrade asm make sure that you update the
OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
See TIKA-2992.
Expand All @@ -323,7 +323,7 @@
<commons.collections4.version>4.4</commons.collections4.version>
<commons.compress.version>1.25.0</commons.compress.version>
<commons.csv.version>1.10.0</commons.csv.version>
<commons.exec.version>1.3</commons.exec.version>
<commons.exec.version>1.4.0</commons.exec.version>
<commons.io.version>2.15.1</commons.io.version>
<commons.lang3.version>3.14.0</commons.lang3.version>
<commons.logging.version>1.3.0</commons.logging.version>
Expand Down Expand Up @@ -386,7 +386,7 @@
<!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
<poi.version>5.2.5</poi.version>
<quartz.version>2.3.2</quartz.version>
<reactor.netty.version>1.1.14</reactor.netty.version>
<reactor.netty.version>1.1.15</reactor.netty.version>
<rome.version>2.1.0</rome.version>
<scm.version>2.0.1</scm.version>
<sis.version>1.3</sis.version>
Expand Down Expand Up @@ -670,7 +670,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.6.1</version>
<version>3.6.2</version>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
Expand Down

0 comments on commit e1e51c9

Please sign in to comment.