diff --git a/README.md b/README.md
index d490e07..85b36ba 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,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-grid-filter-demo spring-boot:run``
diff --git a/vaadin-grid-filter-demo/pom.xml b/vaadin-grid-filter-demo/pom.xml
index c64b881..2cc2402 100644
--- a/vaadin-grid-filter-demo/pom.xml
+++ b/vaadin-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-grid-filter/pom.xml b/vaadin-grid-filter/pom.xml
index 9326c17..b740ba4 100644
--- a/vaadin-grid-filter/pom.xml
+++ b/vaadin-grid-filter/pom.xml
@@ -49,7 +49,7 @@
UTF-8
- 24.6.2
+ 24.6.5