Skip to content

Commit

Permalink
TIKA-4239: update bc, reactor; show deprecated calls
Browse files Browse the repository at this point in the history
THausherr committed Jan 16, 2025

Verified

This commit was signed with the committer’s verified signature.
fredden Dan Wallis
1 parent 636f57b commit 16b44bf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -318,7 +318,7 @@
<asm.version>9.7.1</asm.version>
<boilerpipe.version>1.1.0</boilerpipe.version>
<!-- used by POI, PDFBox and Jackcess ...try to sync -->
<bouncycastle.version>1.79</bouncycastle.version>
<bouncycastle.version>1.80</bouncycastle.version>
<!-- NOTE: sync brotli version with commons-compress-->
<brotli.version>0.1.2</brotli.version>
<commons.cli.version>1.9.0</commons.cli.version>
@@ -400,8 +400,8 @@
<poi.version>5.4.0</poi.version>
<!-- 2.5.0 needs jakarta.xml.bind 4.0.2 in tika-parser-scientific-module -->
<quartz.version>2.3.2</quartz.version>
<reactor.core.version>3.7.1</reactor.core.version>
<reactor.netty.version>1.2.1</reactor.netty.version>
<reactor.core.version>3.7.2</reactor.core.version>
<reactor.netty.version>1.2.2</reactor.netty.version>
<rome.version>2.1.0</rome.version>
<scm.version>2.1.0</scm.version>
<sis.version>1.3</sis.version>
@@ -1031,6 +1031,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.plugin.version}</version>
<configuration>
<showDeprecation>true</showDeprecation>
<compilerArgument>-Xlint:deprecation</compilerArgument>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>

0 comments on commit 16b44bf

Please sign in to comment.