easyexcel
easyexcel copied to clipboard
Upgrade dependencies in easyexcel-support, ensuring no incompatibility issues or redundant dependencies.
Overview:
This pull request upgrades all dependencies in the easyexcel-support module, ensuring:
- No incompatibility issues: After the upgrade, the module still compiles and runs successfully.
- No redundant dependencies: Any new dependencies introduced by the upgrade that weren't previously required are removed.
Why Merge:
- Upgrades dependencies to the latest stable versions, ensuring the module is up-to-date with important features and fixes.
- Ensures the module's stability by preventing compatibility issues and unnecessary dependencies.
Test Results:
- All dependencies were updated without issues.
- The module passed all tests post-upgrade, confirming compatibility.