Fix version of restconf-nb dependency 98/135698/1
authorDan Timoney <dtimoney@att.com>
Thu, 10 Aug 2023 16:11:44 +0000 (12:11 -0400)
committerDan Timoney <dtimoney@att.com>
Thu, 10 Aug 2023 16:11:44 +0000 (12:11 -0400)
Fix version of restconf-nb dependency in restconf-client

Issue-ID: CCSDK-3914
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: If7aefc4581f53374f4daa56abeb6b5d255d7bf47

plugins/restconf-client/provider/pom.xml

index afcb597..076dd5d 100755 (executable)
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>restconf-nb</artifactId>
-            <version>4.0.4</version>
+            <version>5.0.6</version>
             <exclusions>
                 <exclusion>
                     <groupId>javax.xml</groupId>