Bump triemap to 1.2.0
[odlparent.git] / odlparent / pom.xml
index ed89b915d7ac292d4ab238a354ca4b83123d409a..e9a1aecca8fb09956d87a2ffac8897657538e9b0 100644 (file)
@@ -48,7 +48,7 @@
 
     <!-- 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>
       <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>