From edc7f5f9a6aec1f1db9259eac7e72569fb25a150 Mon Sep 17 00:00:00 2001 From: tastybento Date: Sun, 7 Mar 2021 11:00:20 -0800 Subject: [PATCH] Upgrade Maven plugins to enable Java 11 compilation. --- pom.xml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index e9de1da..9e27c11 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ UTF-8 UTF-8 1.8 - 2.0.2 + 2.0.4 1.15.2-R0.1-SNAPSHOT 1.15.4 @@ -137,7 +137,7 @@ org.mockito mockito-core - 3.0.0 + 3.1.0 test @@ -213,7 +213,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + 3.8.1 ${java.version} ${java.version} @@ -222,21 +222,24 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.0 + 2.22.2 org.apache.maven.plugins maven-jar-plugin - 3.1.0 + 3.2.0 org.apache.maven.plugins maven-javadoc-plugin - 3.0.1 + 3.1.1 + 8 public false -Xdoclint:none + + @@ -295,9 +298,14 @@ org.jacoco jacoco-maven-plugin - 0.8.1 + 0.8.4 true + + + **/*Names* +