diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml
index 264216ba9da4d7c9828d09b995052de5f6690f2c..c202e7d1deabd6fc1865e916e3bb53a0b6e70812 100644
--- a/kop-common-dependencies/pom.xml
+++ b/kop-common-dependencies/pom.xml
@@ -46,8 +46,8 @@
 		<maven.compiler.target>${java.version}</maven.compiler.target>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-		<spring-boot.version>2.7.12</spring-boot.version>
-		<spring.version>5.3.27</spring.version>
+		<spring-boot.version>2.7.13</spring-boot.version>
+		<spring.version>5.3.28</spring.version>
 
 		<grpc.spring-boot-starter.version>2.14.0.RELEASE</grpc.spring-boot-starter.version>
 		<grpc.version>1.51.1</grpc.version>
@@ -56,7 +56,7 @@
 		<protoc-gen.version>1.51.1</protoc-gen.version>
 
 		<mapstruct.version>1.5.5.Final</mapstruct.version>
-		<commons-io.version>2.12.0</commons-io.version>
+		<commons-io.version>2.13.0</commons-io.version>
 		<commons-beanutils.version>1.9.4</commons-beanutils.version>
 		<commons-lang3.version>3.12.0</commons-lang3.version>
 		<commons-collections.version>4.4</commons-collections.version>
diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml
index 3e73a66a02b7467a8c7be0003a3a064b5707fc69..0034e384a45e8f8edc4e5698c3cadbec6570cdab 100644
--- a/kop-common-parent/pom.xml
+++ b/kop-common-parent/pom.xml
@@ -31,7 +31,7 @@
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.7.12</version>
+		<version>2.7.13</version>
 		<relativePath />
 	</parent>
 
@@ -52,7 +52,7 @@
 		<kop.license.version>1.6.0</kop.license.version>
 
 		<mapstruct.version>1.5.5.Final</mapstruct.version>
-		<spring-boot.version>2.7.12</spring-boot.version>
+		<spring-boot.version>2.7.13</spring-boot.version>
 
 		<!-- plugins -->
 		<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>