Skip to content

Commit

Permalink
Bump JaCoCo to 0.8.8 for official Java 17 support (#85)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Tim te Beek authored Apr 6, 2022
1 parent 7de5788 commit feb2d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/rewrite/jacoco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ recipeList:
- org.openrewrite.maven.UpgradePluginVersion:
groupId: org.jacoco
artifactId: jacoco-maven-plugin
newVersion: 0.8.7
newVersion: 0.8.8
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class UpgradeJaCoCoMavenPluginVersionTest : MavenRecipeTest {
<modelVersion>4.0.0</modelVersion>
<properties>
<jacoco.version>0.8.7</jacoco.version>
<jacoco.version>0.8.8</jacoco.version>
</properties>
<groupId>com.mycompany.app</groupId>
Expand Down

0 comments on commit feb2d1e

Please sign in to comment.