diff --git a/README.md b/README.md
index 896ec2f3..1573a320 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,9 @@ You might have to fine tune your security configuration to allow these.
| --- | --- |
| Vaadin 24+ (latest) | ``3+`` |
+### Additional notes
+* [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-maps-leaflet-flow-demo spring-boot:run``
diff --git a/vaadin-maps-leaflet-flow-demo/pom.xml b/vaadin-maps-leaflet-flow-demo/pom.xml
index f4dd5c7d..14322b50 100644
--- a/vaadin-maps-leaflet-flow-demo/pom.xml
+++ b/vaadin-maps-leaflet-flow-demo/pom.xml
@@ -29,7 +29,7 @@
software.xdev.vaadin.Application
- 24.6.2
+ 24.6.4
3.4.2
diff --git a/vaadin-maps-leaflet-flow/pom.xml b/vaadin-maps-leaflet-flow/pom.xml
index fe62e322..400e0936 100644
--- a/vaadin-maps-leaflet-flow/pom.xml
+++ b/vaadin-maps-leaflet-flow/pom.xml
@@ -49,7 +49,7 @@
UTF-8
- 24.6.2
+ 24.6.4