diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml
index 509bc06a303312a7bca3e9e866ddbfe1b9f2e9b3..31db7fc6b0a2649bfe9e8d9a3a0450b8c039fce7 100644
--- a/kop-common-dependencies/pom.xml
+++ b/kop-common-dependencies/pom.xml
@@ -48,13 +48,13 @@
 		<maven.compiler.target>17</maven.compiler.target>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-		<spring-boot.version>3.1.4</spring-boot.version>
-		<spring.version>6.0.12</spring.version>
+		<spring-boot.version>3.1.5</spring-boot.version>
+		<spring.version>6.0.13</spring.version>
 
 		<grpc.spring-boot-starter.version>5.0.0</grpc.spring-boot-starter.version>
 
-		<net.devh.grpc.spring-boot-server-starter.version>2.15.0.RELEASE</net.devh.grpc.spring-boot-server-starter.version>
-		<net.devh.grpc.spring-boot-client-starter.version>2.15.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>
+		<net.devh.grpc.spring-boot-client-starter.version>2.14.0.RELEASE</net.devh.grpc.spring-boot-client-starter.version>
 		<grpc.version>1.58.0</grpc.version>
 
 
diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml
index c0ff0004826d6fc1f6d8c9f857468768a7c71ea7..44b81fa57ca346724123dc9eea4689e9799d1681 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.1.4</version>
+		<version>3.1.5</version>
 		<relativePath />
 	</parent>
 
@@ -52,11 +52,11 @@
 		<kop.license.version>1.6.0</kop.license.version>
 
 		<mapstruct.version>1.5.5.Final</mapstruct.version>
-		<spring-boot.version>3.1.4</spring-boot.version>
+		<spring-boot.version>3.1.5</spring-boot.version>
 
 		<!-- plugins -->
-		<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
-		<maven-failsafe-plugin.version>3.1.2</maven-failsafe-plugin.version>
+		<maven-surefire-plugin.version>3.2.1</maven-surefire-plugin.version>
+		<maven-failsafe-plugin.version>3.2.1</maven-failsafe-plugin.version>
 		<jacoco.plugin.version>0.8.11</jacoco.plugin.version>
 
 		<sonarqube.version>3.9.1.2184</sonarqube.version>
@@ -210,6 +210,8 @@
 					<artifactId>spring-boot-maven-plugin</artifactId>
 					<configuration>
 						<image>
+							<!-- cann be removed when using spring-boot 3.2-->
+							<builder>paketobuildpacks/builder-jammy-base</builder>
 							<env>
 								<BPE_DELIM_JAVA_TOOL_OPTIONS xml:space="preserve"> </BPE_DELIM_JAVA_TOOL_OPTIONS>
 								<BPE_APPEND_JAVA_TOOL_OPTIONS>-Dfile.encoding=UTF-8</BPE_APPEND_JAVA_TOOL_OPTIONS>