Skip to content

Commit

Permalink
Merge pull request #1372 from ZheSun88
Browse files Browse the repository at this point in the history
* pr/1372:
  Polish "Upgrade to Vaadin 24.3.0"
  Upgrade to Vaadin 24.3.0

Closes gh-1372
  • Loading branch information
snicoll committed Dec 13, 2023
2 parents 5ae2979 + 0501bba commit d6baad1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ initializr:
artifactId: vaadin-bom
versionProperty: vaadin.version
mappings:
- compatibilityRange: "[3.0.0,3.2.0-M1)"
version: 24.2.5
- compatibilityRange: "[3.0.0,3.3.0-M1)"
version: 24.3.0
gradle:
dependency-management-plugin-version: 1.0.14.RELEASE
platform:
Expand Down Expand Up @@ -328,7 +328,7 @@ initializr:
artifactId: vaadin-spring-boot-starter
description: A web framework that allows you to write UI in pure Java without getting bogged down in JS, HTML, and CSS.
bom: vaadin
compatibilityRange: "[3.0.0,3.2.0-M1)"
compatibilityRange: "[3.0.0,3.3.0-M1)"
links:
- rel: guide
href: https://spring.io/guides/gs/crud-with-vaadin/
Expand Down

0 comments on commit d6baad1

Please sign in to comment.