Bump byte-buddy to 1.14.2
[mdsal.git] / dom / dom-parent / pom.xml
index 53570475698e3692a601db840032afd9b47dce36..2d04a42c43f78b4e74cdc8ffa1fd9b16128d6fef 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>dom-parent</artifactId>
-    <version>11.0.7-SNAPSHOT</version>
+    <version>12.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <description>pom.xml for MD-SAL DOM plugins</description>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>11.0.7-SNAPSHOT</version>
+                <version>12.0.0-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>net.bytebuddy</groupId>
                 <artifactId>byte-buddy</artifactId>
-                <version>1.14.0</version>
+                <version>1.14.2</version>
             </dependency>
         </dependencies>
     </dependencyManagement>