Bump byte-buddy to 1.12.9
[mdsal.git] / dom / dom-parent / pom.xml
index 579d50ee359c4acb943a51116fdfd11214668026..b5f7f500579052b6ac4c4bf629e0478ee5633b27 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>dom-parent</artifactId>
-    <version>9.0.3-SNAPSHOT</version>
+    <version>10.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>9.0.3-SNAPSHOT</version>
+                <version>10.0.0-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>net.bytebuddy</groupId>
+                <artifactId>byte-buddy</artifactId>
+                <version>1.12.9</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>