Bump checker-qual to 3.40.0
[odlparent.git] / odlparent / pom.xml
index 885ef1aea18326477805a1f83bc0aa46ca67f35c..8ba2a4fe85f7d37d0b094415322621dbdafee5d2 100644 (file)
@@ -42,7 +42,7 @@
 
     <!-- Supporting Libraries -->
     <!-- Only used internally -->
-    <bouncycastle.version>1.76</bouncycastle.version>
+    <bouncycastle.version>1.77</bouncycastle.version>
 
     <!-- JaCoCo configuration, by default tied to Sonar configuration, but can be overridden separately
          to allow projects to report Sonar values from the entire project. -->
         <groupId>com.puppycrawl.tools</groupId>
         <artifactId>checkstyle</artifactId>
         <!-- This should match the plugin management on maven-checkstyle-plugin below -->
-        <version>10.12.4</version>
+        <version>10.12.5</version>
       </dependency>
 
       <!-- Testing Dependencies -->
       <dependency>
         <groupId>org.junit</groupId>
         <artifactId>junit-bom</artifactId>
-        <version>5.10.0</version>
+        <version>5.10.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>org.checkerframework</groupId>
         <artifactId>checker-qual</artifactId>
-        <version>3.39.0</version>
+        <version>3.40.0</version>
       </dependency>
       <dependency>
         <groupId>com.google.errorprone</groupId>
         <groupId>io.netty</groupId>
         <artifactId>netty-bom</artifactId>
         <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite -->
-        <version>4.1.100.Final</version>
+        <version>4.1.101.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>io.dropwizard.metrics</groupId>
         <artifactId>metrics-bom</artifactId>
-        <version>4.2.20</version>
+        <version>4.2.22</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
               <!-- This should match the dependency management on com.puppycrawl.tools:checkstyle above -->
-              <version>10.12.4</version>
+              <version>10.12.5</version>
             </dependency>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>