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

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


The following commit(s) were added to refs/heads/branch_3x by this push:
     new 53e5d0c76 TIKA-4326: update bc, reactor; show deprecated calls
53e5d0c76 is described below

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

    TIKA-4326: 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 9d46cefe9..bc658debe 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -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>
@@ -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>
@@ -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>

Reply via email to