Skip to content

Commit

Permalink
Update version in pom. Bugfix jacocoAccess (#416)
Browse files Browse the repository at this point in the history
Fix error:
Caused by: java.lang.NoSuchFieldException: $jacocoAccess
  • Loading branch information
xenomorpheus committed Jul 23, 2023
1 parent d526e4c commit 7b40ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/java/my-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.2</version>
<version>0.8.5</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 7b40ddc

Please sign in to comment.