Skip to content

Commit feb2d1e

Browse files
author
Tim te Beek
authored
Bump JaCoCo to 0.8.8 for official Java 17 support (#85)
* Bump JaCoCo to 0.8.8 for official Java 17 support https://github.com/jacoco/jacoco/releases/tag/v0.8.8 Not planning on doing a bump for each version, but official Java 17 support seems notable enough. * Update expected version
1 parent 7de5788 commit feb2d1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/META-INF/rewrite/jacoco.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ recipeList:
2626
- org.openrewrite.maven.UpgradePluginVersion:
2727
groupId: org.jacoco
2828
artifactId: jacoco-maven-plugin
29-
newVersion: 0.8.7
29+
newVersion: 0.8.8

src/test/kotlin/org/openrewrite/java/migrate/jacoco/UpgradeJaCoCoMavenPluginVersionTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class UpgradeJaCoCoMavenPluginVersionTest : MavenRecipeTest {
6969
<modelVersion>4.0.0</modelVersion>
7070
7171
<properties>
72-
<jacoco.version>0.8.7</jacoco.version>
72+
<jacoco.version>0.8.8</jacoco.version>
7373
</properties>
7474
7575
<groupId>com.mycompany.app</groupId>

0 commit comments

Comments
 (0)