This is an automated email from the ASF dual-hosted git repository.
tallison 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 35ffa5b01 Add "org.eclipse.jetty.http2:http2-common:jar:11.0.25" to
the "can't really do anything yet" list for ossindex
new cc8e18268 Merge remote-tracking branch 'origin/main'
35ffa5b01 is described below
commit 35ffa5b01ac1776fd6fb7234ad181e95371f06da
Author: tallison <[email protected]>
AuthorDate: Fri May 9 13:56:29 2025 -0400
Add "org.eclipse.jetty.http2:http2-common:jar:11.0.25" to the "can't really
do anything yet" list for ossindex
---
tika-parent/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 41bc98060..f6aa617d8 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1258,6 +1258,12 @@
<artifactId>hdf5-platform</artifactId>
<version>1.14.3-1.5.10</version>
</coordinate>
+ <!-- [CVE-2025-1948], used in the Solr emitter. No apparent
upgrade available yet. -->
+ <coordinate>
+ <groupId>org.eclipse.jetty.http2</groupId>
+ <artifactId>http2-common</artifactId>
+ <version>11.0.25</version>
+ </coordinate>
</excludeCoordinates>
<fail>true</fail>
</configuration>