spring-guides / gs-crud-with-vaadin

Creating CRUD UI with Vaadin :: Use Vaadin and Spring Data JPA to build a dynamic UI
https://spring.io/guides/gs/crud-with-vaadin
Apache License 2.0
108 stars 141 forks source link

chore: update vaadin 24.4.1 #115

Closed ZheSun88 closed 4 months ago

robertmcnees commented 4 months ago

Hi @ZheSun88. Thanks for the PR. I just added dependabot to this project to make version updates more automated in the future. I let dependabot handle the vaadin 24.4.1 version update and merged PR #113 as you suggested.

I am going to close this PR as it is now outdated. In the future dependabot should pick up the latest major and minor releases from Vaadin. You may notice that dependency patch versions are excluded in the configuration. If we want or need to update the patch versions we can do so manually.

Please feel free to check the repository now and let me know if there are any issues with the recent upgrade.

ZheSun88 commented 4 months ago

Thanks for the helps. @robertmcnees