Skip to content

Commit

Permalink
Update Jacoco version to support jdk21
Browse files Browse the repository at this point in the history
  • Loading branch information
poolborges committed Jun 27, 2024
1 parent ef2663f commit e24d874
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 @@ -522,7 +522,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</activation>

<properties>
<jacoco.version>0.8.8</jacoco.version>
<jacoco.version>0.8.12</jacoco.version>
<jacoco.unittest.file>${project.build.directory}/jacoco.exec</jacoco.unittest.file>
<jacoco.itest.file>${project.build.directory}/jacoco-it.exec</jacoco.itest.file>
<jacoco.agent.jar>${project.build.directory}/jacoco-agent.jar</jacoco.agent.jar>
Expand Down

0 comments on commit e24d874

Please sign in to comment.