summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2023-08-10 12:11:44 -0400
committerDan Timoney <dtimoney@att.com>2023-08-10 12:11:44 -0400
commitbaa6edc92bb1d49c7bf56cef18da5c6325db6c8a (patch)
tree6260cebd3c83c4eb715d9676822bec1a9c86233c
parent05135b625d9f479638a318e55b9a1c15d5eb260b (diff)
Fix version of restconf-nb dependency
Fix version of restconf-nb dependency in restconf-client Issue-ID: CCSDK-3914 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If7aefc4581f53374f4daa56abeb6b5d255d7bf47
-rwxr-xr-xplugins/restconf-client/provider/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml
index afcb59704..076dd5d81 100755
--- a/plugins/restconf-client/provider/pom.xml
+++ b/plugins/restconf-client/provider/pom.xml
@@ -102,7 +102,7 @@
<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>