Skip to content

Commit 2b6f051

Browse files
committed
build: bump jacoco-maven-plugin 0.8.14 -> 0.8.15
Latest stable JaCoCo release (2026-05-13). Drop-in bump; restores exec file compatibility with versions 0.7.5-0.8.8 for class files with zero line numbers and pulls in ASM 9.6.
1 parent fa9743f commit 2b6f051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ SPDX-License-Identifier: MIT
184184
<plugin>
185185
<groupId>org.jacoco</groupId>
186186
<artifactId>jacoco-maven-plugin</artifactId>
187-
<version>0.8.14</version>
187+
<version>0.8.15</version>
188188
<executions>
189189
<execution>
190190
<id>prepare-agent</id>

0 commit comments

Comments
 (0)