We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 969179a + 19e2f81 commit 03a8346Copy full SHA for 03a8346
1 file changed
pom.xml
@@ -151,7 +151,7 @@
151
<plugin>
152
<groupId>org.jacoco</groupId>
153
<artifactId>jacoco-maven-plugin</artifactId>
154
- <version>0.7.7.201606060606</version>
+ <version>0.7.9</version>
155
<configuration>
156
<excludes>
157
<!-- Classes from test-util -->
@@ -171,7 +171,7 @@
171
172
<groupId>org.eluder.coveralls</groupId>
173
<artifactId>coveralls-maven-plugin</artifactId>
174
- <version>4.2.0</version>
+ <version>4.3.0</version>
175
</plugin>
176
</plugins>
177
</build>
0 commit comments