aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris André <chris.andre@yoppworks.com>2020-07-08 12:11:01 -0400
committerChris André <chris.andre@yoppworks.com>2020-07-08 12:11:01 -0400
commit9fc7a916b9bb94671b6aaf91bdf3a8d126881cda (patch)
tree9e6361f710a71ffb056c3bd3db3a05ae3beaa71c
parent162d6cec96a154606b9e92c2766172c99c269ae9 (diff)
Java 11 migration
- updated versions of 'de.flapdoodle.embed.mongo' and 'jacoco-maven-plugin' to their latest, Java-11-compliant versions. Issue-ID: AAI-2994 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I4352d1b5a360e54de3e315f97d59693f7577fabf
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 04eb0f6..138eb6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,7 +265,7 @@
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
- <version>2.0.3</version>
+ <version>2.2.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
@@ -621,7 +621,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.7.7.201606060606</version>
+ <version>0.8.5</version>
<configuration>
<dumpOnExit>true</dumpOnExit>
</configuration>