From 08f0ac5d002307b28a587901aa8c9a79c18c2e33 Mon Sep 17 00:00:00 2001 From: Guillaume Caillet <cailletg@amazon.com> Date: Tue, 8 Aug 2023 16:00:34 -0400 Subject: [PATCH] Upgrade jacoco to fix build issue after Java 17 upgrade --- provider/indexer-aws/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/indexer-aws/pom.xml b/provider/indexer-aws/pom.xml index 024c6db93..6bff842ca 100644 --- a/provider/indexer-aws/pom.xml +++ b/provider/indexer-aws/pom.xml @@ -233,7 +233,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.6</version> + <version>0.8.10</version> <executions> <execution> <goals> -- GitLab