Skip to content

Update to latest Spring Boot, JDK version, and related dependencies #55

@Mom0aut

Description

@Mom0aut

The project currently relies on an older version of Spring Boot, JDK, and potentially some dependencies that may not be compatible or optimal with the latest Spring Boot version. Staying on outdated frameworks may lead to missing out on important features, security updates, and performance improvements.

Describe the solution you'd like

  • Update the project to use the latest stable version of Spring Boot.
  • Upgrade JDK versions as required to support the new Spring Boot version (latest LTS if supported).
  • Update other project dependencies to versions compatible with the chosen Spring Boot release.
  • Test the application for compatibility, address deprecations, and ensure all functionality works as expected after the upgrades.

Additional context
Check the official Spring Boot migration guides and documentation for any breaking changes related to new versions and required dependency updates. This upgrade may also require changes to configuration files and build scripts (such as Maven POM).

Metadata

Metadata

Assignees

Labels

dependenciesPull requests that update a dependency filefeatureNew Featuregood first issueGood for newcomers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions