Skip to content

Commit

Permalink
Fix compatibility range for Vaadin
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Dec 10, 2024
1 parent dc937f9 commit 9534d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ initializr:
artifactId: vaadin-spring-boot-starter
description: The full-stack web app platform for Spring. Build views fully in Java with Flow, or in React using Hilla.
bom: vaadin
compatibilityRange: "[3.3.0,3.4.0-M1)"
compatibilityRange: "[3.3.0,3.5.0-M1)"
links:
- rel: guide
href: https://spring.io/guides/gs/crud-with-vaadin/
Expand Down

0 comments on commit 9534d8c

Please sign in to comment.