From 126cbcdebcd5d108ce6783369b2189a03d7c5d83 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Sat, 21 Sep 2024 15:43:49 +0200 Subject: [PATCH] OZG-6710 do update --- api-lib-core/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/api-lib-core/pom.xml b/api-lib-core/pom.xml index 98e87e4..53dc0c4 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> -- GitLab