From 457d51cc2550adfa7c79f3f6f34c61bcd97b6f01 Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Sat, 14 Sep 2024 08:22:33 +0200 Subject: [PATCH] Bump jacoco-maven-plugin to 0.8.12 to fix warnings with Java 21 There were more than 100 warnings with stacktraces saying java.lang.IllegalArgumentException: Unsupported class file major version 65 Jacoco supports Java 21 starting with 0.8.11 --- tests-with-coverage-quickstart/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-with-coverage-quickstart/pom.xml b/tests-with-coverage-quickstart/pom.xml index 9f16f2aa1d..9fbe4479af 100644 --- a/tests-with-coverage-quickstart/pom.xml +++ b/tests-with-coverage-quickstart/pom.xml @@ -11,7 +11,7 @@ io.quarkus 999-SNAPSHOT 3.1.2 - 0.8.7 + 0.8.12 UTF-8 17 17