Skip to content

Commit

Permalink
Adjusted Jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Sep 16, 2021
1 parent ff98f6f commit 4707d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<maven.compiler.release>9</maven.compiler.release>
<maven.compiler.source>9</maven.compiler.source>
<basedir>.</basedir>
<thisYear>2020</thisYear>
<thisYear>2021</thisYear>

<!-- Dependency versions -->
<testng.version>7.1.0</testng.version>
<mockito.version>1.10.19</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<jacoco.version>0.8.5</jacoco.version>
<jacoco.version>0.8.7</jacoco.version>
<javadoc.version>3.0.1</javadoc.version>
</properties>

Expand Down

0 comments on commit 4707d4e

Please sign in to comment.