Skip to content

Commit 3e70af7

Browse files
Merge pull request #1944 from josephgrm/security/patch-tika-vulnerability
Security: bump apache-tika to 3.2.3 to patch CVE-2025-66516
2 parents 9a17f13 + 8822aac commit 3e70af7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 10.3.9
2+
3+
#### Android
4+
5+
- Updated Apache Tika to 3.2.3 to address CVE-2025-66516 and
6+
CVE-2025-54988 (Critical XXE vulnerability).
7+
- Support Gradle 9
8+
19
## 10.3.8
210
### iOS
311
- Rename FileUtils to FilePickerUtils [#1921](https://github.com/miguelpruivo/flutter_file_picker/issues/1921)

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646
implementation 'androidx.core:core:1.15.0'
4747
implementation 'androidx.annotation:annotation:1.9.1'
4848
implementation "androidx.lifecycle:lifecycle-runtime:2.8.7"
49-
implementation "org.apache.tika:tika-core:3.2.0"
49+
implementation "org.apache.tika:tika-core:3.2.3"
5050
}
5151

5252
if (project.android.hasProperty("namespace")) {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A package that allows you to use a native file explorer to pick sin
33
homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker
44
repository: https://github.com/miguelpruivo/flutter_file_picker
55
issue_tracker: https://github.com/miguelpruivo/flutter_file_picker/issues
6-
version: 10.3.8
6+
version: 10.3.9
77

88
dependencies:
99
flutter:

0 commit comments

Comments
 (0)