Skip to content

Commit ac4c67c

Browse files
committed
Fix jacoco-maven-plugin version: 0.8.15 does not exist on Maven Central
The previous bump to 0.8.15 was incorrect — that version was never published. The latest released version is 0.8.14 (Oct 2025).
1 parent a48957e commit ac4c67c

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.15</version>
187+
<version>0.8.14</version>
188188
<executions>
189189
<execution>
190190
<id>prepare-agent</id>

0 commit comments

Comments
 (0)