Bump controller to 4.0.10 44/99744/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 14 Feb 2022 20:01:36 +0000 (21:01 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 14 Feb 2022 20:01:54 +0000 (21:01 +0100)
Controller misaligned yangtools versions, pick up the fix.

Change-Id: If601dc3eb5e4a1e113b7a0c7476af8a95fa5d511
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
parent/pom.xml

index 0acabb32651ba2221fc974367a2ee98e39f974c8..1650fb1e1e918e4abcf00955afe3f8a389e18b87 100644 (file)
@@ -47,7 +47,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>4.0.9</version>
+                <version>4.0.10</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
@@ -55,7 +55,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>7.0.13</version>
+                <version>7.0.14</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
@@ -71,7 +71,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>2.0.13</version>
+                <version>2.0.14</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>