Minor dependency updates

- JaCoCo 0.8.0 brings some interesting exclusions in code coverage, which means we might be able to drop TestHelper#validateHasOnlyPrivateEmptyConstructor soon
This commit is contained in:
ljacqu 2018-01-21 21:01:23 +01:00
parent 847991b658
commit acaaf6fe41

View File

@ -224,7 +224,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.9</version>
<version>0.8.0</version>
<executions>
<execution>
<id>prepare-agent</id>
@ -501,7 +501,7 @@
<dependency>
<groupId>ru.tehkode</groupId>
<artifactId>PermissionsEx</artifactId>
<version>1.23.4</version>
<version>1.23.5</version>
<scope>provided</scope>
<exclusions>
<exclusion>
@ -680,7 +680,7 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>Essentials</artifactId>
<version>2.13-SNAPSHOT</version>
<version>2.13.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>