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 b6c85ee16d Bump bouncycastle from 1.83 to 1.84 (#2771)
b6c85ee16d is described below
commit b6c85ee16ded0c23667c9e74e24e7463db7bd433
Author: David Frizelle <[email protected]>
AuthorDate: Fri Apr 17 15:08:04 2026 +1000
Bump bouncycastle from 1.83 to 1.84 (#2771)
---
tika-parent/pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 466b9cf434..6f799a2800 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -326,7 +326,7 @@
<biz.aqute.version>7.2.3</biz.aqute.version>
<boilerpipe.version>1.1.0</boilerpipe.version>
<!-- used by POI, PDFBox and Jackcess encrypt ...try to sync -->
- <bouncycastle.version>1.83</bouncycastle.version>
+ <bouncycastle.version>1.84</bouncycastle.version>
<!-- NOTE: sync brotli version with commons-compress-->
<brotli.version>0.1.2</brotli.version>
<c3p0.version>0.12.0</c3p0.version>
@@ -388,8 +388,8 @@
(only on the CI, not on local Windows with Docker, see comment in
TIKA-4327 on 14.12.2024)
expecting org.eclipse.jetty.client.util.InputStreamResponseListener
which is only available
in Jetty up to 11.0.26
- but this class is now in org.eclipse.jetty.client, see also
-
https://jetty.org/docs/jetty/12/programming-guide/migration/11-to-12.html
+ but this class is now in org.eclipse.jetty.client, see also
+
https://jetty.org/docs/jetty/12/programming-guide/migration/11-to-12.html
when updating, see also TODO in
PipesBiDirectionalStreamingIntegrationTest
and add jakarta.servlet jakarta.servlet-api 6.0.0 to tika-server-core
-->
@@ -444,7 +444,7 @@
<!-- TODO (incomplete) if updating to solrj 10:
https://solr.apache.org/guide/solr/latest/upgrade-notes/major-changes-in-solr-10.html
add solr-solrj-jetty artifact, add log4j
- Http2SolrClient -> HttpJettySolrClient
+ Http2SolrClient -> HttpJettySolrClient
LBHttpSolrClient -> LBHttp2SolrClient -> LBJettySolrClient (doesn't work)
-->
<solrj.version>9.10.1</solrj.version>