File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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" )) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A package that allows you to use a native file explorer to pick sin
33homepage : https://github.com/miguelpruivo/plugins_flutter_file_picker
44repository : https://github.com/miguelpruivo/flutter_file_picker
55issue_tracker : https://github.com/miguelpruivo/flutter_file_picker/issues
6- version : 10.3.8
6+ version : 10.3.9
77
88dependencies :
99 flutter :
You can’t perform that action at this time.
0 commit comments