This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-email.git
The following commit(s) were added to refs/heads/master by this push:
new dccf214 Fix build on Java 16.
dccf214 is described below
commit dccf214aa52a223b1fc53ca8aecdf468d2c51b0b
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Mar 29 08:50:58 2021 -0400
Fix build on Java 16.
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 6fde395..4b8864a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,6 +310,7 @@
<findbugs.version>3.0.5</findbugs.version>
<spotbugs.plugin.version>4.0.4</spotbugs.plugin.version>
<spotbugs.impl.version>4.0.6</spotbugs.impl.version>
+ <commons.jacoco.version>0.8.6</commons.jacoco.version>
</properties>
<build>