Release Magnesium
[controller.git] / opendaylight / md-sal / benchmark-data-store / pom.xml
index b5204fec77a13f031f679fc0330b0ac409f9b93e..eb7a3ba5f6b72dedb5dda9d98e487e985b771c88 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.11.2</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>benchmark-data-store</artifactId>
-  <version>1.10.0-SNAPSHOT</version>
+  <version>1.11.2</version>
   <packaging>jar</packaging>
 
   <properties>
@@ -33,12 +33,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.openjdk.jmh</groupId>
       <artifactId>jmh-core</artifactId>
-      <version>1.17.5</version>
+      <version>1.21</version>
     </dependency>
     <dependency>
       <groupId>org.openjdk.jmh</groupId>
       <artifactId>jmh-generator-annprocess</artifactId>
-      <version>1.17.5</version>
+      <version>1.21</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>