aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris André <chris.andre@yoppworks.com>2020-07-13 14:14:31 -0400
committerChris André <chris.andre@yoppworks.com>2020-07-13 14:14:31 -0400
commit4a810b30be46cf1310eb1940ce60050518860771 (patch)
tree0137d0c79275b36aee1a12fc80a17ecb1e3a2151
parent918ef01d2b6dd5142695595c867c745194dc6764 (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
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e59e905..f1eea69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>