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

- update platform-dependency, platform-commons-dependency
This commit is contained in:
devplant 2023-02-27 17:41:15 +02:00
parent bc661b7ea4
commit 334409e4db

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.iqser.red</groupId>
<artifactId>platform-dependency</artifactId>
<version>1.16.0</version>
<version>1.17.0</version>
<relativePath/>
</parent>
@ -27,7 +27,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>