Bump upstreams
[mdsal.git] / dom / dom-parent / pom.xml
index 74890085540cebad3a222e09da93a9cede561349..01359df5ed8ed4a04e7d4d364209b9c0faaaf00c 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.10</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>dom-parent</artifactId>
-    <version>12.0.2-SNAPSHOT</version>
+    <version>13.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <description>pom.xml for MD-SAL DOM plugins</description>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>11.0.1</version>
+                <version>11.0.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>12.0.2-SNAPSHOT</version>
+                <version>13.0.0-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>net.bytebuddy</groupId>
                 <artifactId>byte-buddy</artifactId>
-                <version>1.14.7</version>
+                <version>1.14.9</version>
             </dependency>
         </dependencies>
     </dependencyManagement>