diff options
author | Chris André <chris.andre@yoppworks.com> | 2020-07-13 14:14:31 -0400 |
---|---|---|
committer | Chris André <chris.andre@yoppworks.com> | 2020-07-13 14:14:31 -0400 |
commit | 4a810b30be46cf1310eb1940ce60050518860771 (patch) | |
tree | 0137d0c79275b36aee1a12fc80a17ecb1e3a2151 /pom.xml | |
parent | 918ef01d2b6dd5142695595c867c745194dc6764 (diff) |
Java 11 Migration
- Migrating the Jacoco plugin to the latest, Java 11-compliant version
Issue-ID: AAI-3003
Signed-off-by: Chris Andre <chris.andre@yoppworks.com>
Change-Id: I96c53a11ef27e26fbc8906dd33c6ab249ffd0ead
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ limitations under the License. <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> |