diff --git a/api-lib-core/pom.xml b/api-lib-core/pom.xml
index 98e87e48ac87735b3394a4666407fc0bb4d80cb1..53dc0c41945dd2831cb5d3a8c56d0951ee0ddc44 100644
--- a/api-lib-core/pom.xml
+++ b/api-lib-core/pom.xml
@@ -11,8 +11,7 @@
 	<artifactId>api-lib-core</artifactId>
 
 	<properties>
-		<lombok.version>1.18.30</lombok.version>
-		<mapstruct.version>1.5.5.Final</mapstruct.version>
+		<lombok.version>1.18.34</lombok.version>
 		<!-- plugins -->
 		<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
 		<maven-failsafe-plugin.version>3.2.5</maven-failsafe-plugin.version>
@@ -54,7 +53,7 @@
 			<!-- Kann es durch ein adneres Dependency ersetz werden? -->
 			<groupId>net.devh</groupId>
 			<artifactId>grpc-client-spring-boot-autoconfigure</artifactId>
-			<version>2.14.0.RELEASE</version>
+			<version>2.15.0.RELEASE</version>
 		</dependency>
 
 		<dependency>