Bump triemap to 1.2.0
[odlparent.git] / odlparent / pom.xml
index 273b1648090f52c103a3f050780098f479fb800a..e9a1aecca8fb09956d87a2ffac8897657538e9b0 100644 (file)
     <maven.compiler.release>11</maven.compiler.release>
 
     <!-- Used in controller, genius, infrautils, netconf, netvirt, ovsdb, serviceutils -->
-    <karaf.version>4.2.8</karaf.version>
+    <karaf.version>4.2.9</karaf.version>
 
     <!-- Supporting Libraries -->
     <!-- Only used internally -->
-    <bouncycastle.version>1.65</bouncycastle.version>
+    <bouncycastle.version>1.66</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>8.32</version>
+        <version>8.34</version>
       </dependency>
 
       <!-- Testing Dependencies -->
       <dependency>
         <groupId>javax.ws.rs</groupId>
         <artifactId>javax.ws.rs-api</artifactId>
-        <version>2.0.1</version>
+        <version>2.1.1</version>
       </dependency>
       <dependency>
         <groupId>org.glassfish.jersey</groupId>
         <artifactId>jersey-bom</artifactId>
-        <version>2.25.1</version>
+        <version>2.27</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
         <artifactId>netty-bom</artifactId>
         <!-- If these are updated, the version in features.xml needs to be changed too -->
         <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite -->
-        <version>4.1.49.Final</version>
+        <version>4.1.51.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
         <artifactId>org.apache.aries.quiesce.api</artifactId>
         <version>1.0.0</version>
       </dependency>
-      <dependency>
-        <groupId>org.ow2.asm</groupId>
-        <artifactId>asm</artifactId>
-        <version>7.0</version>
-      </dependency>
 
       <!-- Configuration library -->
       <!-- This needs to be kept in sync with the version used by akka -->
       <dependency>
         <groupId>org.scala-lang</groupId>
         <artifactId>scala-library</artifactId>
-        <version>2.13.2</version>
+        <version>2.13.3</version>
       </dependency>
       <dependency>
         <groupId>org.scala-lang</groupId>
         <artifactId>scala-reflect</artifactId>
-        <version>2.13.2</version>
+        <version>2.13.3</version>
       </dependency>
 
       <!-- LMAX Disruptor -->
         <groupId>org.ops4j.pax.web</groupId>
         <artifactId>pax-web-api</artifactId>
         <!-- Note: keep this version synchronized with karaf -->
-        <version>7.2.14</version>
+        <version>7.2.16</version>
       </dependency>
 
       <dependency>
       <dependency>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-bom</artifactId>
-        <version>9.4.22.v20191022</version>
+        <version>9.4.28.v20200408</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>tech.pantheon.triemap</groupId>
         <artifactId>bom</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.0</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>8.32</version>
+              <version>8.34</version>
             </dependency>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>
         </plugin>
         <plugin>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>3.2.3</version>
+          <version>3.2.4</version>
         </plugin>
         <plugin>
           <artifactId>maven-source-plugin</artifactId>