This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-sandbox.git
commit a6a227b89038cc5bd413c2ab393a65156f6a8660 Author: Hugo Hirsch <[email protected]> AuthorDate: Wed May 15 20:52:44 2019 +0200 TAMAYA-387: Update jacoco --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5a3255c..3b01f15 100644 --- a/pom.xml +++ b/pom.xml @@ -319,7 +319,7 @@ under the License. <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.2</version> + <version>0.8.4</version> </plugin> <plugin> <groupId>de.saumya.mojo</groupId>
