spring-cloud-alibaba icon indicating copy to clipboard operation
spring-cloud-alibaba copied to clipboard

Upgrade outdated dependencies in spring-cloud-starter-stream-rocketmq, ensuring no incompatibility issues or redundant dependencies.

Open DepUpdater opened this issue 5 months ago • 1 comments

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-rocketmq module, and all dependencies were updated with no issues.
  • The module passed all tests in spring-cloud-alibaba-starters/spring-cloud-starter-stream-rocketmq/src/test after 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.

DepUpdater avatar Jul 21 '25 04:07 DepUpdater

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jul 21 '25 04:07 CLAassistant