From d3817112aa1f2520a22bc426d9daf8a7dcf59e22 Mon Sep 17 00:00:00 2001 From: Nicolas BILLARD Date: Thu, 6 Aug 2026 18:37:38 +0200 Subject: [PATCH 1/2] chore: bump to dev version 1.1.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1d443fb..5c8d598 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.codefilarete jacoco-aggregate-submodule - 1.0.0 + 1.1.0-SNAPSHOT maven-plugin From 7d520ab7b29abd3c96b8a901f05652c8bcf1100a Mon Sep 17 00:00:00 2001 From: Nicolas BILLARD Date: Thu, 6 Aug 2026 18:38:03 +0200 Subject: [PATCH 2/2] chore: bump to jacoco version 0.8.15 Java 25 is now supported. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5c8d598..fa10340 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.15