RED-4988- Check jacoco version in poms and update to a current compatible version

- update platform dependency and platform commons dependency
This commit is contained in:
devplant 2023-02-20 13:12:53 +02:00
parent 51c2ee2fdd
commit 5e302a74c2

View File

@ -6,7 +6,7 @@
<parent>
<groupId>com.iqser.red</groupId>
<artifactId>platform-dependency</artifactId>
<version>1.16.0</version>
<version>1.17.0</version>
<relativePath/>
</parent>
@ -36,7 +36,7 @@
<dependency>
<groupId>com.iqser.red</groupId>
<artifactId>platform-commons-dependency</artifactId>
<version>1.20.0</version>
<version>1.21.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>