Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Upgrade missinglink to get bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
caesar-ralf committed May 21, 2021
1 parent 8f3f1af commit b1e08e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>missinglink-maven-plugin</artifactId>
<version>0.2.0</version>
<version>0.2.2</version>
<configuration>
<failOnConflicts>true</failOnConflicts>
</configuration>
Expand Down Expand Up @@ -466,7 +466,7 @@
<dependency>:auto-value-annotations::</dependency>
<dependency>javax.annotation:javax.annotation-api::</dependency>
<dependency>com.google.code.findbugs:::</dependency>
</ignoredUnusedDeclaredDependencies>
</ignoredUnusedDeclaredDependencies>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -575,7 +575,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>missinglink-maven-plugin</artifactId>
<version>0.2.0</version>
<version>0.2.2</version>
<configuration>
<includeScopes>compile,test,runtime</includeScopes>
<failOnConflicts>true</failOnConflicts>
Expand Down

0 comments on commit b1e08e7

Please sign in to comment.