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 8217035 commit 50db8c9Copy full SHA for 50db8c9
google-http-client-findbugs/pom.xml
@@ -25,8 +25,6 @@
25
</execution>
26
</executions>
27
</plugin>
28
- <!--The animal-sniffer plugin crashes on FindBugs on the icu4j:2.6.1
29
- dependency-->
30
<plugin>
31
<groupId>org.codehaus.mojo</groupId>
32
<artifactId>animal-sniffer-maven-plugin</artifactId>
@@ -44,7 +42,7 @@
44
42
<dependency>
45
43
<groupId>com.google.code.findbugs</groupId>
46
<artifactId>findbugs</artifactId>
47
- <version>2.0.0</version>
+ <version>3.0.1</version>
48
<exclusions>
49
<exclusion>
50
<artifactId>xalan</artifactId>
0 commit comments