Skip to content

Commit

Permalink
Merge pull request #1453 from rsvoboda/coverage-qs
Browse files Browse the repository at this point in the history
Bump jacoco-maven-plugin to 0.8.12 to fix warnings with Java 21
  • Loading branch information
geoand authored Sep 14, 2024
2 parents 9d7d868 + 457d51c commit 84abac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-with-coverage-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>999-SNAPSHOT</quarkus.platform.version>
<surefire-plugin.version>3.1.2</surefire-plugin.version>
<jacoco.version>0.8.7</jacoco.version>
<jacoco.version>0.8.12</jacoco.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down

0 comments on commit 84abac2

Please sign in to comment.