This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 1ddb3b49b TIKA-4327: update bc, reactor; show deprecated calls
1ddb3b49b is described below
commit 1ddb3b49b53e735f6b4183fd2a641cad3983be2f
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Jan 16 10:15:05 2025 +0100
TIKA-4327: update bc, reactor; show deprecated calls
---
tika-parent/pom.xml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index ffd31ddde..39e7da2a5 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -324,7 +324,7 @@
<biz.aqute.version>7.1.0</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>
@@ -429,8 +429,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>
@@ -1088,6 +1088,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.plugin.version}</version>
<configuration>
+ <showDeprecation>true</showDeprecation>
+ <compilerArgument>-Xlint:deprecation</compilerArgument>
<release>17</release>
</configuration>
</plugin>