Skip to content

Commit

Permalink
upgrade jacoco plugin version to 0.8.8 to ensure JDK 17 compatibility (
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor He committed Oct 4, 2022
1 parent 7e87cf9 commit 625cea3
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 @@ -46,7 +46,7 @@
<junit-jupiter.version>5.7.1</junit-jupiter.version>
<junit-vintage.version>${junit-jupiter.version}</junit-vintage.version>
<compiler.version>3.8.1</compiler.version>
<jacoco.version>0.8.6</jacoco.version>
<jacoco.version>0.8.8</jacoco.version>
<commons-dbcp.version>1.4</commons-dbcp.version>
<camel.version>2.24.0</camel.version>
<guava.version>19.0</guava.version>
Expand Down

0 comments on commit 625cea3

Please sign in to comment.