diff --git a/README.md b/README.md
index f862cd52..f3e249ca 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,7 @@ postgres=# \c mcp_service_registry;
postgres=# CREATE EXTENSION postgis;
postgres=# CREATE USER sysadmin WITH PASSWORD 'sysadmin';
postgres=# GRANT ALL PRIVILEGES ON DATABASE mcp_service_registry to sysadmin;
+postgres=# GRANT ALL ON SCHEMA public to admin;
```
If you, like me don't remember your PostgreSQL command
diff --git a/pom.xml b/pom.xml
index 3beeea68..f7cc2bfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.4
+ 3.4.1
@@ -18,7 +18,7 @@
21
- 2023.0.3
+ 2024.0.0
2.5.0
5.3.2
3.7.1