Update yang-maven-plugin requirements
[yangtools.git] / plugin / yang-maven-plugin-spi / pom.xml
index 162ec91f3eaf9af8dfdeefe2b79bdb626374aa9d..5570dbd2f476a503943f07b25f794d63f162e5ef 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>10.0.0</version>
+        <version>11.0.0</version>
         <relativePath/>
     </parent>
 
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-plugin-api</artifactId>
-            <version>3.5.2</version>
+            <version>3.8.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-core</artifactId>
-            <version>3.5.2</version>
+            <version>3.8.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>