Bump jdt-annotations to 2.3.0
[odlparent.git] / odlparent / pom.xml
index b57a5d16a8ebd599725330c725af0faa69a71393..3d9323847fd0f6029c372164be464c73b63cb548 100644 (file)
@@ -82,6 +82,8 @@
          to true. Set to 'false' in pom.xml of project which desires to not enforce
          no reported violations. -->
     <odlparent.spotbugs.enforce>true</odlparent.spotbugs.enforce>
+    <!-- Do not for a new JVM for spotbugs execution -->
+    <spotbugs.fork>false</spotbugs.fork>
 
     <!-- Opt-in into maven-dependency-plugin dependency declaration consistency
          enforcement. Defaults to false. Set to 'true' in pom.xml of a project which
         <groupId>com.puppycrawl.tools</groupId>
         <artifactId>checkstyle</artifactId>
         <!-- This should match the plugin management on maven-checkstyle-plugin below -->
-        <version>10.14.0</version>
+        <version>10.14.1</version>
       </dependency>
 
       <!-- Testing Dependencies -->
       <dependency>
         <groupId>com.google.errorprone</groupId>
         <artifactId>error_prone_annotations</artifactId>
-        <version>2.25.0</version>
+        <version>2.26.1</version>
       </dependency>
 
       <dependency>
       <dependency>
         <groupId>org.eclipse.jdt</groupId>
         <artifactId>org.eclipse.jdt.annotation</artifactId>
-        <version>2.2.800</version>
+        <version>2.3.0</version>
       </dependency>
       <dependency>
         <groupId>com.google.code.gson</groupId>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
               <!-- This should match the dependency management on com.puppycrawl.tools:checkstyle above -->
-              <version>10.14.0</version>
+              <version>10.14.1</version>
             </dependency>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>
 
         <plugin>
           <artifactId>maven-remote-resources-plugin</artifactId>
-          <version>3.1.0</version>
+          <version>3.2.0</version>
         </plugin>
         <plugin>
           <artifactId>maven-shade-plugin</artifactId>