From dd80294b55bde408dc3826eb10509d61fffff45e Mon Sep 17 00:00:00 2001
From: Volker Simonis <volker.simonis@gmail.com>
Date: Thu, 28 Dec 2023 02:53:03 +0100
Subject: [PATCH] Upgrade jacoco to 0.8.11 such that we can build with JDK 21

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1a5160b8..0e0b8f06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
         <jaxb-api.version>2.3.0</jaxb-api.version>
 
         <!-- Maven plugins -->
-        <jacoco.version>0.8.8</jacoco.version>
+        <jacoco.version>0.8.11</jacoco.version>
         <openapi-generator-maven-plugin.version>6.3.0</openapi-generator-maven-plugin.version>
         <build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>
 
-- 
GitLab