Skip to content

Commit

Permalink
Merge pull request #63 from edmcouncil/62-javaioioexception-error-whi…
Browse files Browse the repository at this point in the history
…le-instrumenting-error-in-orgjacoco-for-java-v21

[FIBO-653] update jacoco-maven-plugin to enable Java 21 class compatibility
  • Loading branch information
mereolog authored Jan 19, 2024
2 parents 53d1e60 + 4879085 commit c463fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version>
<version>0.8.11</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit c463fd1

Please sign in to comment.