spring-cloud-alibaba
spring-cloud-alibaba copied to clipboard
Upgrade outdated dependencies in spring-cloud-starter-stream-rocketmq, ensuring no incompatibility issues or redundant dependencies.
Describe what this PR does / why we need it
This pull request upgrades all dependencies in the [module-name] 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.
Does this pull request fix one issue?
- Dependency upgrades keep the project up-to-date with the latest features and fixes.
- Redundant dependencies are eliminated, reducing the project's complexity and maintaining a clean dependency tree.
- Ensures the module's stability by preventing compatibility issues and unnecessary dependencies.
Describe how you did it
- Upgrades the dependencies to the latest stable versions while ensuring compatibility.
- Removes unnecessary dependencies that were introduced during the upgrade process.
Describe how to verify it
- The tool was run on the
spring-cloud-starter-stream-rocketmqmodule, and all dependencies were updated with no issues. - The module passed all tests in
spring-cloud-alibaba-starters/spring-cloud-starter-stream-rocketmq/src/testafter the upgrade, confirming that the changes are compatible.
Special notes for reviews
- Please review the updated dependencies and the proposed changes.
- If accepted, this update will improve the project's maintainability and prepare it for future upgrades.