Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: Update org.apache.tika:tika-core to v3.3.0
type: dependency_update
authors:
- name: solrbot
links:
- name: PR#4349
url: https://github.com/apache/solr/pull/4349
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ apache-log4j = "2.25.3"
apache-lucene = "10.4.0"
apache-opennlp = "2.5.8"
apache-rat = "0.15"
apache-tika = "3.2.3"
apache-tika = "3.3.0"
apache-tomcat = "6.0.53"
apache-zookeeper = "3.9.4"
# @keep for version alignment
Expand Down
1 change: 0 additions & 1 deletion solr/licenses/tika-core-3.2.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions solr/licenses/tika-core-3.3.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1b733d4c478e583cb4c5e75aca9e5485d04ea830
2 changes: 1 addition & 1 deletion solr/modules/extraction/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ org.apache.lucene:lucene-spatial-extras:10.4.0=jarValidation,runtimeClasspath,ru
org.apache.lucene:lucene-spatial3d:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.lucene:lucene-suggest:10.4.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.lucene:lucene-test-framework:10.4.0=jarValidation,testCompileClasspath,testRuntimeClasspath
org.apache.tika:tika-core:3.2.3=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
org.apache.tika:tika-core:3.3.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
org.apache.zookeeper:zookeeper-jute:3.9.4=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apache.zookeeper:zookeeper:3.9.4=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apiguardian:apiguardian-api:1.1.2=jarValidation,testRuntimeClasspath
Expand Down
Loading