Bump jdt-annotations to 2.3.0
[odlparent.git] / odlparent / pom.xml
index 9148e1231372895fc777e8b8f0dc17fa21e3dbb3..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 -->
 
       <!--
            Supporting Libraries
-      -->
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-bom</artifactId>
-        <version>2.0.9</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-
+       -->
       <dependency>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-core</artifactId>
-        <version>1.3.14</version>
+        <version>1.2.13</version>
       </dependency>
       <dependency>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-classic</artifactId>
-        <version>1.3.14</version>
+        <version>1.2.13</version>
       </dependency>
 
       <!-- log4j2 -->
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-bom</artifactId>
-        <version>2.23.0</version>
+        <version>2.17.2</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <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>
               <artifactId>spotbugs</artifactId>
               <version>13.1.0-SNAPSHOT</version>
             </dependency>
+
+            <!-- The SpotBugs Maven plugin uses SLF4J-2 -->
+            <dependency>
+              <groupId>org.slf4j</groupId>
+              <artifactId>slf4j-api</artifactId>
+              <version>2.0.9</version>
+            </dependency>
+            <dependency>
+              <groupId>org.slf4j</groupId>
+              <artifactId>slf4j-simple</artifactId>
+              <version>2.0.9</version>
+            </dependency>
           </dependencies>
           <configuration>
             <plugins>