Skip to content

Commit

Permalink
TIKA-4326: update bc, reactor; show deprecated calls
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Jan 16, 2025
1 parent 939eff7 commit 53e5d0c
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
Expand Up @@ -326,7 +326,7 @@
<biz.aqute.version>6.4.1</biz.aqute.version>
<boilerpipe.version>1.1.0</boilerpipe.version>
<!-- used by POI, PDFBox and Jackcess encrypt ...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>
<c3p0.version>0.10.1</c3p0.version>
Expand Down Expand Up @@ -425,8 +425,8 @@
<poi.version>5.4.0</poi.version>
<protobuf.version>3.25.5</protobuf.version>
<quartz.version>2.5.0</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>
<slf4j.version>2.0.16</slf4j.version>
Expand Down Expand Up @@ -1075,6 +1075,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.plugin.version}</version>
<configuration>
<showDeprecation>true</showDeprecation>
<compilerArgument>-Xlint:deprecation</compilerArgument>
<release>11</release>
</configuration>
</plugin>
Expand Down

0 comments on commit 53e5d0c

Please sign in to comment.