Merge pull request #15195 from panos-kakos/JAVA-26774

[JAVA-26774] Upgraded mapstruct library to latest version
This commit is contained in:
Kasra Madadipouya
2023-11-13 23:06:51 +01:00
committed by GitHub
6 changed files with 7 additions and 8 deletions
@@ -45,7 +45,7 @@
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-jdk8</artifactId>
<artifactId>mapstruct</artifactId>
<version>${mapstruct.version}</version>
<scope>provided</scope>
</dependency>
@@ -97,7 +97,7 @@
</build>
<properties>
<mapstruct.version>1.3.1.Final</mapstruct.version>
<mapstruct.version>1.6.0.Beta1</mapstruct.version>
<testcontainers.version>1.19.1</testcontainers.version>
</properties>