diff options
author | Dan Timoney <dtimoney@att.com> | 2023-08-10 12:11:44 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-08-10 12:11:44 -0400 |
commit | baa6edc92bb1d49c7bf56cef18da5c6325db6c8a (patch) | |
tree | 6260cebd3c83c4eb715d9676822bec1a9c86233c /plugins | |
parent | 05135b625d9f479638a318e55b9a1c15d5eb260b (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
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/restconf-client/provider/pom.xml | 2 |
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> |