diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml
index 94623a32268622ed48773fd329785952118394b8..70c92266c54044005ab2313372f4ba15c1d3b22d 100644
--- a/kop-common-dependencies/pom.xml
+++ b/kop-common-dependencies/pom.xml
@@ -46,10 +46,12 @@
 		<maven.compiler.target>17</maven.compiler.target>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-		<spring-boot.version>3.0.4</spring-boot.version>
-		<spring.version>6.0.6</spring.version>
+		<spring-boot.version>3.0.5</spring-boot.version>
+		<spring.version>6.0.7</spring.version>
 
 		<grpc.spring-boot-starter.version>5.0.0</grpc.spring-boot-starter.version>
+		<net.devh.grpc.spring-boot-client-starter.version>2.14.0.RELEASE</net.devh.grpc.spring-boot-client-starter.version>
+		<net.devh.grpc.spring-boot-server-starter.version>2.14.0.RELEASE</net.devh.grpc.spring-boot-server-starter.version>
 		<grpc.version>1.51.1</grpc.version>
 		<protoc-jar-plugin.version>3.11.4</protoc-jar-plugin.version>
 		<protobuf.version>3.21.12</protobuf.version>
@@ -168,6 +170,17 @@
 				<artifactId>grpc-client-spring-boot-starter</artifactId>
 				<version>${grpc.spring-boot-starter.version}</version>
 			</dependency>
+			<dependency>
+				<groupId>net.devh</groupId>
+				<artifactId>grpc-client-spring-boot-starter</artifactId>
+				<version>${net.devh.grpc.spring-boot-client-starter.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>net.devh</groupId>
+				<artifactId>grpc-server-spring-boot-starter</artifactId>
+				<version>${net.devh.grpc.spring-boot-server-starter.version}</version>
+			</dependency>
+			
 			<dependency>
 				<groupId>io.grpc</groupId>
 				<artifactId>grpc-stub</artifactId>
diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml
index fc36bcce7d5090844550d61c2577b2344303b33e..28fb75361ca527084b45382938ecab35c1a6346b 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>3.0.4</version>
+		<version>3.0.5</version>
 		<relativePath />
 	</parent>
 
@@ -51,7 +51,7 @@
 		<kop-common.version>2.0.0-SNAPSHOT</kop-common.version>
 		<kop.license.version>1.6.0</kop.license.version>
 		
-		<spring-boot.version>2.7.10</spring-boot.version>
+		<spring-boot.version>3.0.5</spring-boot.version>
 		
 		<mapstruct.version>1.5.3.Final</mapstruct.version>
 
@@ -78,7 +78,7 @@
 			<dependency>
 				<groupId>org.springframework.boot</groupId>
 				<artifactId>spring-boot-starter</artifactId>
-				<version>3.0.4</version>
+				<version>3.0.5</version>
 				<exclusions>
 					<exclusion>
 						<groupId>org.springframework.boot</groupId>