From 16add433d535f4b4801489ee26d2576423c996cf Mon Sep 17 00:00:00 2001 From: Lawrence Hughes Date: Thu, 9 Jan 2025 13:46:44 +0000 Subject: [PATCH] Updated Spring Boot and Spring Cloud versions --- README.md | 1 + pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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