We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70817d8 commit d253ba9Copy full SHA for d253ba9
pom.xml
@@ -42,7 +42,7 @@
42
<plugin>
43
<groupId>org.apache.maven.plugins</groupId>
44
<artifactId>maven-compiler-plugin</artifactId>
45
- <version>3.5.1</version>
+ <version>3.6.0</version>
46
<configuration>
47
<source>7</source>
48
<target>7</target>
@@ -51,7 +51,7 @@
51
52
<groupId>com.github.siom79.japicmp</groupId>
53
<artifactId>japicmp-maven-plugin</artifactId>
54
- <version>0.8.0</version>
+ <version>0.9.1</version>
55
56
<oldVersion>
57
<dependency>
@@ -144,7 +144,7 @@
144
145
<groupId>org.eluder.coveralls</groupId>
146
<artifactId>coveralls-maven-plugin</artifactId>
147
- <version>4.2.0</version>
+ <version>4.3.0</version>
148
</plugin>
149
</plugins>
150
</build>
0 commit comments