Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nictas committed Sep 30, 2020
1 parent 988869a commit 93b921e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<jacoco.aggregate.path>target/site/jacoco-aggregate/jacoco.xml</jacoco.aggregate.path>
<jacoco.report.path>target/site/jacoco/jacoco.xml</jacoco.report.path>
<sonar.coverage.jacoco.xmlReportPaths>${jacoco.report.path},${jacoco.aggregate.path}</sonar.coverage.jacoco.xmlReportPaths>
<junit.version>5.6.2</junit.version>
<junit-platform.version>1.6.2</junit-platform.version>
<mockito.version>3.5.9</mockito.version>
<junit.version>5.7.0</junit.version>
<junit-platform.version>1.7.0</junit-platform.version>
<mockito.version>3.5.13</mockito.version>
<commons-lang3.version>3.11</commons-lang3.version>
<commons-collections4.version>4.4</commons-collections4.version>
<commons-io.version>2.7</commons-io.version>
<commons-io.version>2.8.0</commons-io.version>
<slf4j.version>1.7.30</slf4j.version>
<snakeyaml.version>1.26</snakeyaml.version>
<snakeyaml.version>1.27</snakeyaml.version>
<semver4j.version>3.1.0</semver4j.version>
<immutables.version>2.8.8</immutables.version>
<jaxb-api.version>2.3.3</jaxb-api.version>
Expand Down

0 comments on commit 93b921e

Please sign in to comment.