diff --git a/README.md b/README.md
index 187f32c..549ab3c 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,9 @@ A description how to get it running can be found [below](#run-the-demo).
| --- | --- |
| Vaadin 24+ (latest) | ``1+`` |
+### Spring-Boot
+* You may have to include ``software/xdev`` inside [``vaadin.allowed-packages``](https://vaadin.com/docs/latest/integrations/spring/configuration#configure-the-scanning-of-packages)
+
## Run the Demo
* Checkout the repo
* Run ``mvn install && mvn -f vaadin-simple-grid-filter-demo spring-boot:run``
diff --git a/vaadin-simple-grid-filter-demo/pom.xml b/vaadin-simple-grid-filter-demo/pom.xml
index 9d13b7a..ef9db31 100644
--- a/vaadin-simple-grid-filter-demo/pom.xml
+++ b/vaadin-simple-grid-filter-demo/pom.xml
@@ -29,7 +29,7 @@
software.xdev.vaadin.Application
- 24.6.2
+ 24.6.5
3.4.2
diff --git a/vaadin-simple-grid-filter/pom.xml b/vaadin-simple-grid-filter/pom.xml
index 424db31..881991f 100644
--- a/vaadin-simple-grid-filter/pom.xml
+++ b/vaadin-simple-grid-filter/pom.xml
@@ -49,7 +49,7 @@
UTF-8
- 24.6.2
+ 24.6.5