Bump checkstyle to 10.12.3
[odlparent.git] / odlparent / pom.xml
index 2f5d2393f474f1432351b7952900a352da588102..145f48d9f00f0c9930ec025e06dc33003476de65 100644 (file)
@@ -42,7 +42,7 @@
 
     <!-- Supporting Libraries -->
     <!-- Only used internally -->
-    <bouncycastle.version>1.75</bouncycastle.version>
+    <bouncycastle.version>1.76</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.0</version>
+        <version>10.12.3</version>
       </dependency>
 
       <!-- Testing Dependencies -->
       <dependency>
         <groupId>org.junit</groupId>
         <artifactId>junit-bom</artifactId>
-        <version>5.9.3</version>
+        <version>5.10.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
         <groupId>org.kohsuke.metainf-services</groupId>
         <artifactId>metainf-services</artifactId>
         <!-- Keep this version in sync with annotationProcessorPaths declaration below -->
-        <version>1.9</version>
+        <version>1.11</version>
         <optional>true</optional>
         <scope>provided</scope>
       </dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
         <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite and docs -->
-        <version>32.0.1-jre</version>
+        <version>32.1.2-jre</version>
         <exclusions>
           <exclusion>
             <!-- Do not leak JSR305 onto the classpath by default -->
         <groupId>com.google.guava</groupId>
         <artifactId>guava-testlib</artifactId>
         <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite and docs -->
-        <version>32.0.1-jre</version>
+        <version>32.1.2-jre</version>
         <scope>test</scope>
         <exclusions>
           <exclusion>
       <dependency>
         <groupId>org.checkerframework</groupId>
         <artifactId>checker-qual</artifactId>
-        <version>3.35.0</version>
+        <version>3.37.0</version>
       </dependency>
       <dependency>
         <groupId>com.google.errorprone</groupId>
         <artifactId>error_prone_annotations</artifactId>
-        <version>2.19.1</version>
+        <version>2.21.1</version>
       </dependency>
 
       <dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.12.0</version>
+        <version>3.13.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</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.94.Final</version>
+        <version>4.1.96.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
               <!-- This should match the dependency management on com.puppycrawl.tools:checkstyle above -->
-              <version>10.12.0</version>
+              <version>10.12.3</version>
             </dependency>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>
                 <groupId>org.kohsuke.metainf-services</groupId>
                 <artifactId>metainf-services</artifactId>
                 <!-- Keep this version in sync with dependency declaration above -->
-                <version>1.9</version>
+                <version>1.11</version>
               </dependency>
             </annotationProcessorPaths>
           </configuration>
 
         <plugin>
           <artifactId>maven-remote-resources-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.0</version>
         </plugin>
         <plugin>
           <artifactId>maven-shade-plugin</artifactId>
         <plugin>
           <groupId>org.apache.servicemix.tooling</groupId>
           <artifactId>depends-maven-plugin</artifactId>
-          <version>1.4.0</version>
+          <version>1.5.0</version>
           <executions>
             <execution>
               <id>generate-depends-file</id>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>properties-maven-plugin</artifactId>
-          <version>1.1.0</version>
+          <version>1.2.0</version>
         </plugin>
         <plugin>
           <groupId>org.eclipse.m2e</groupId>