From cbb3e3d42b14d2e9a4113716ed55afda4c39b054 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 30 Jan 2025 15:25:49 +0000
Subject: [PATCH] Bump vaadin.version from 24.6.3 to 24.6.4

Bumps `vaadin.version` from 24.6.3 to 24.6.4.

Updates `com.vaadin:vaadin-bom` from 24.6.3 to 24.6.4

Updates `com.vaadin:vaadin-maven-plugin` from 24.6.3 to 24.6.4

---
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>
---
 hawkbit-simple-ui/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hawkbit-simple-ui/pom.xml b/hawkbit-simple-ui/pom.xml
index 645af2e51d..f52ad74e1f 100644
--- a/hawkbit-simple-ui/pom.xml
+++ b/hawkbit-simple-ui/pom.xml
@@ -25,7 +25,7 @@
     <name>hawkBit :: Simple UI</name>
 
     <properties>
-        <vaadin.version>24.6.3</vaadin.version>
+        <vaadin.version>24.6.4</vaadin.version>
     </properties>
 
     <repositories>