From aca83149b5de0b53bfc63a93b6837963ffdbd710 Mon Sep 17 00:00:00 2001 From: Bartłomiej Nitoń <bartek.niton@gmail.com> Date: Thu, 7 Oct 2021 15:38:05 +0200 Subject: [PATCH] Update jacoco plugin version. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3665336..59685a5 100644 --- a/pom.xml +++ b/pom.xml @@ -196,7 +196,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.7.9</version> + <version>0.8.4</version> <executions> <execution> <id>default-prepare-agent</id> @@ -431,7 +431,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.7.9</version> + <version>0.8.4</version> <reportSets> <reportSet> <reports> -- libgit2 0.22.2