diff --git a/pom.xml b/pom.xml
index a1b2ba0083847d376042e595a9cf07ab36a5a221..8da69d51f92c3e93388ce2311a33151f2517008a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,9 +17,9 @@
 		<json-smart.version>2.5.0</json-smart.version>
 		<spring-boot-maven-plugin.version>3.2.2</spring-boot-maven-plugin.version>
 		<openapi.version>2.5.0</openapi.version>
-		<spring-framework-version>6.1.13</spring-framework-version>
+		<spring-framework-version>6.1.16</spring-framework-version>
 		<spring-security.version>6.3.4</spring-security.version>
-		<spring-boot.version>3.3.5</spring-boot.version>
+		<spring-boot.version>3.3.7</spring-boot.version>
 	</properties>
 
 	<licenses>
diff --git a/schema-core/pom.xml b/schema-core/pom.xml
index eed669e61a6e44fa856f75bec92a71c8fe8297b1..b237e126c6e29b64c9dba7f998a0beb9ae0be630 100644
--- a/schema-core/pom.xml
+++ b/schema-core/pom.xml
@@ -51,6 +51,7 @@
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-web</artifactId>
+			<version>${spring-boot.version}</version>
 		</dependency>
 
 		<dependency>