dapr / quickstarts

Dapr quickstart code samples and tutorials showcasing core Dapr capabilities
Apache License 2.0
1.02k stars 516 forks source link

feat: upgraded springboot to 3.3.1 and bumped up other dependencies #1044

Open amardeep2006 opened 1 week ago

amardeep2006 commented 1 week ago

feat: bumped up dependencies for Java Quickstarts , Springboot 2 is out of support so i have changes all the projects to use latest springboot 3 version available on the day of raising PR. I have tested all projects locally and github actions as well. docs: Updated read me files to use Java 17 as baseline Signed-off-by: amardeep2006 amardeep2006@gmail.com

Description

Please explain the changes you've made Upgraded Java Quickstarts to latest versions of dependencies.

Issue reference

We strive to have all PRs being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #[issue number] https://github.com/dapr/quickstarts/issues/1042

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

amardeep2006 commented 11 hours ago

@paulyuk @msfussell Please have a look at the PR once you get chance. I have tested the build via github action in my repo fork as well.