From 535a3cfac562ac6d5f332923538ecfaca21d8a9c Mon Sep 17 00:00:00 2001 From: tastybento Date: Fri, 3 Jul 2026 10:19:51 -0700 Subject: [PATCH] build: bump JaCoCo to 0.8.15 for Java 25 support JaCoCo 0.8.10 could not instrument class files compiled/generated for Java 25 (class file major version 69), producing "Error while instrumenting ... Unsupported class file major version 69" during test runs on a Java 25 JVM (Mockito-generated mocks are emitted at the runtime version). 0.8.15 bundles ASM 9.10, which supports Java 25. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_014HVDpBn8egQPccyYsLFZvi --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4528006..4f8372f 100644 --- a/pom.xml +++ b/pom.xml @@ -436,7 +436,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.15 true