Skip to content

Commit

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

Updates `com.vaadin:vaadin-bom` from 24.2.0 to 24.2.1

Updates `com.vaadin:vaadin-maven-plugin` from 24.2.0 to 24.2.1

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent 81ae43b commit 8dee66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vaadin-addon-template-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.2.0</vaadin.version>
<vaadin.version>24.2.1</vaadin.version>

<org.springframework.boot.version>3.1.5</org.springframework.boot.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-addon-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Dependency-Versions -->
<vaadin.version>24.2.0</vaadin.version>
<vaadin.version>24.2.1</vaadin.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 8dee66b

Please sign in to comment.