diff --git a/pom.xml b/pom.xml
index 093a55e9abb22bc25b1604a64ae538c2a4d7de21..a1b2ba0083847d376042e595a9cf07ab36a5a221 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,8 +18,8 @@
 		<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-security.version>6.3.3</spring-security.version>
-		<spring-boot.version>3.3.1</spring-boot.version>
+		<spring-security.version>6.3.4</spring-security.version>
+		<spring-boot.version>3.3.5</spring-boot.version>
 	</properties>
 
 	<licenses>
diff --git a/schema-core-plus/pom.xml b/schema-core-plus/pom.xml
index a6b781667fe6466be6c3fb71c9cc3250b376e004..916b8321d92bb031fb41db8e92c3566338426b78 100644
--- a/schema-core-plus/pom.xml
+++ b/schema-core-plus/pom.xml
@@ -25,7 +25,7 @@
 			<dependency>
 				<groupId>org.springframework.boot</groupId>
 				<artifactId>spring-boot-dependencies</artifactId>
-				<version>3.3.3</version>
+				<version>3.3.5</version>
 				<type>pom</type>
 				<scope>import</scope>
 			</dependency>