This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git commit 21aa890c2093a2620c16aaa00d037005166f105d Author: jcouteau <couteau@codelutin.com> Date: Tue Jun 28 16:32:36 2022 +0200 Upgrade jacoco to support java 17 and 18 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 99180df..b6b4664 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.5</version> + <version>0.8.8</version> <executions> <execution> <id>default-prepare-agent</id> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.