diff --git a/pom.xml b/pom.xml
index 7ca3121960ce4c8762ea27e76bd32fce8ca7baac..a77a924eb08d598ed134c23ad0d861eea5b6cfd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>3.2.8</version>
+		<version>3.3.4</version>
 	</parent>
 
 	<groupId>de.ozgcloud.xta</groupId>
@@ -22,7 +22,7 @@
 		<maven.compiler.target>${java.version}</maven.compiler.target>
 
 		<!-- build versions -->
-		<jacoco.version>0.8.8</jacoco.version>
+		<jacoco.version>0.8.12</jacoco.version>
 		<log4j2.version>2.20.0</log4j2.version>
 		<cxf.version>4.0.5</cxf.version>
 		<cxf-xjc.version>4.0.0</cxf-xjc.version>