Skip to content

Commit

Permalink
fix: #82 Update jacoco to the latest version that should work with mo…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-weirdo committed Nov 6, 2024
1 parent 104f060 commit 8fd173e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<junit-jupiter.version>5.7.0</junit-jupiter.version>
<assertj-core.version>3.18.1</assertj-core.version>
<assertj-assertions-generator-maven-plugin.version>2.2.0</assertj-assertions-generator-maven-plugin.version>
<jacoco.version>0.8.12</jacoco.version>

<!-- libraries used for old modules, probably with old versions. May also be used by Kefir. -->
<servlet-api.version>2.5</servlet-api.version>
Expand All @@ -69,7 +70,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.4</version>
<version>${jacoco.version}</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 8fd173e

Please sign in to comment.