Pull request #611: RED-4988- Check jacoco version in poms and update to a current compatible version

Merge in RED/persistence-service from RED-4988 to master

* commit '5e302a74c28a80dbbbf263c40867d0868da0d0a0':
  RED-4988- Check jacoco version in poms and update to a current compatible version
This commit is contained in:
Corina Olariu 2023-02-20 15:20:19 +01:00
commit cbd84e9e25

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>