Bump jdt-annotations to 2.3.0
[odlparent.git] / odlparent / pom.xml
index cd5fa8a5403c5c9e4e9a079ff85ac15a11a86dbf..3d9323847fd0f6029c372164be464c73b63cb548 100644 (file)
         <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>