iluwatar / java-design-patterns

Design patterns implemented in Java
https://java-design-patterns.com
Other
88.23k stars 26.18k forks source link

Upgrade Guice #2974

Closed iluwatar closed 3 weeks ago

iluwatar commented 4 weeks ago

Description

Upgrade the Guice dependency in the project to the latest stable version to ensure compatibility and leverage new features and improvements.

Acceptance Criteria

  1. Update the Guice dependency in the project's build configuration to the latest stable version.
  2. Ensure all existing tests pass without modification after the upgrade.
  3. Verify the project builds successfully and runs as expected with the new version of Guice.
  4. Update any documentation if there are changes in usage or configuration due to the upgrade.
  5. Conduct a code review to confirm that the upgrade adheres to project contribution guidelines and does not introduce any regressions.
Mayankchoudhary294 commented 3 weeks ago

Hello @iluwatar

Could you please take a look on this PR?