This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_2x by this push:
     new 16b44bf64 TIKA-4239: update bc, reactor; show deprecated calls
16b44bf64 is described below

commit 16b44bf64b10639a2316539953ac0cb7f34b3ded
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Jan 16 10:15:56 2025 +0100

    TIKA-4239: 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 b48b134b6..ab111e5d2 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -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>

Reply via email to