Skip to content
Closed
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
2 changes: 1 addition & 1 deletion apache-tika-3.2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: apache-tika-3.2
version: "3.2.3"
epoch: 1
epoch: 2 # GHSA-vc5p-v9hr-52mj
description: The Apache Tika toolkit detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF).
copyright:
- license: Apache-2.0
Expand Down
3 changes: 3 additions & 0 deletions apache-tika-3.2/pombump-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ patches:
- groupId: org.apache.commons
artifactId: commons-lang3
version: 3.18.0
- groupId: org.apache.logging.log4j
artifactId: log4j-core
version: 2.25.3
2 changes: 2 additions & 0 deletions apache-tika-3.2/pombump-properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ properties:
value: "3.18.0"
- property: cxf.version
value: "4.0.7"
- property: log4j2.version
value: "2.25.3"
Loading