Skip to content

Commit

Permalink
Bump vaadin.version from 24.3.2 to 24.3.3
Browse files Browse the repository at this point in the history
Bumps `vaadin.version` from 24.3.2 to 24.3.3.

Updates `com.vaadin:vaadin-bom` from 24.3.2 to 24.3.3

Updates `com.vaadin:vaadin-maven-plugin` from 24.3.2 to 24.3.3

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent 697f44e commit 2727d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vaadin-grid-exporter-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<mainClass>software.xdev.vaadin.Application</mainClass>

<!-- Dependency-Versions -->
<vaadin.version>24.3.2</vaadin.version>
<vaadin.version>24.3.3</vaadin.version>

<org.springframework.boot.version>3.2.1</org.springframework.boot.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-grid-exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml>

<!-- Dependency-Versions -->
<vaadin.version>24.3.2</vaadin.version>
<vaadin.version>24.3.3</vaadin.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 2727d60

Please sign in to comment.