BUG-7053: bump findbugs annotations 60/47760/2
authorRobert Varga <rovarga@cisco.com>
Sun, 30 Oct 2016 15:05:50 +0000 (16:05 +0100)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 2 Nov 2016 14:36:43 +0000 (14:36 +0000)
Bumps findbugs annotations to latest version.

Change-Id: I55626a2b7b28f39f460e4208f12dede683684ae1
Signed-off-by: Robert Varga <rovarga@cisco.com>
odlparent/pom.xml

index be52ff46b3643dbe8a62f99f7a9af5a02626c634..5ddd1facc3fe04c656570caa25a6afb408fe3097 100644 (file)
       <dependency>
         <groupId>com.google.code.findbugs</groupId>
         <artifactId>annotations</artifactId>
-        <version>3.0.0</version>
+        <version>3.0.1u2</version>
         <exclusions>
           <!-- We'd like (have) to eventually exclude :jsr305 here as well, because
                the types of this artifact are already shaded inside the :annotations artifact.