Change modelmapper version

This commit is contained in:
PEDSF 2020-10-20 17:59:24 +02:00
parent f7f07f42dd
commit 2d49143490

View file

@ -71,9 +71,10 @@
<!-- ================================================== MODELMAPPER --> <!-- ================================================== MODELMAPPER -->
<dependency> <dependency>
<groupId>org.modelmapper.extensions</groupId> <groupId>org.modelmapper</groupId>
<artifactId>modelmapper-spring</artifactId> <artifactId>modelmapper</artifactId>
<version>2.3.0</version> <version>2.3.8</version>
<scope>compile</scope>
</dependency> </dependency>
<!-- Databases - Uses H2 by default --> <!-- Databases - Uses H2 by default -->