Skip to content

Commit 0c3521e

Browse files
committed
Bump org.apache.tika to 3.0.0
1 parent 5f6b892 commit 0c3521e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

document-readers/tika-reader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</scm>
3838

3939
<properties>
40-
<tika.version>3.0.0-BETA2</tika.version>
40+
<tika.version>3.0.0</tika.version>
4141
</properties>
4242

4343
<dependencies>

document-readers/tika-reader/src/main/java/org/springframework/ai/reader/tika/TikaDocumentReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/**
3838
* A document reader that leverages Apache Tika to extract text from a variety of document
3939
* formats, such as PDF, DOC/DOCX, PPT/PPTX, and HTML. For a comprehensive list of
40-
* supported formats, refer to: https://tika.apache.org/3.0.0-BETA2/formats.html.
40+
* supported formats, refer to: https://tika.apache.org/3.0.0/formats.html.
4141
*
4242
* This reader directly provides the extracted text without any additional formatting. All
4343
* extracted texts are encapsulated within a {@link Document} instance.

0 commit comments

Comments
 (0)