diff options
author | Kuleshov, Elena <evn@att.com> | 2020-03-16 11:39:18 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-03-16 11:39:19 -0400 |
commit | 19c23d2a3b79a0c218937110c2e92086b1a9b3c9 (patch) | |
tree | afa12cc1cc86b187a31eb2d76eb1f5fb6231ceec /bpmn | |
parent | 7e2f7db5b4007fe470a7ce5794c88d1844021410 (diff) |
Update APPC LCM version to incorporate response
Update APPC LCM version to incorporate response parsing fixes from APPC.
Issue-ID: SO-2738
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: If19b3239c3f255030eeb0d37309d15ea0172e8f5
Diffstat (limited to 'bpmn')
-rw-r--r-- | bpmn/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml index 6b81bab4df..e680cb025c 100644 --- a/bpmn/pom.xml +++ b/bpmn/pom.xml @@ -25,7 +25,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <sdnc.northbound.version>1.5.2</sdnc.northbound.version> - <appc.client.version>1.6.0-SNAPSHOT</appc.client.version> + <appc.client.version>1.7.1-SNAPSHOT</appc.client.version> </properties> <modules> |