diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-08-05 10:50:16 -0500 |
---|---|---|
committer | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2019-08-07 17:10:10 +0000 |
commit | 63719575cc073d417f7687daaa9691c936fceed8 (patch) | |
tree | d498e0b2c1e96c83d30c103286edc628b3bdcb9e /config | |
parent | 488e9390121fe4ddb8d58282984eb990d06c9c99 (diff) |
Update to latest common/models released versions
policy/models: 2.1.1
policy/common: 1.5.1
Change-Id: I703e2fb1c86e84893c8752bee5b8d69ce554baa5
Issue-ID: POLICY-1953
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/pe/brmsgw.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/pe/brmsgw.conf b/config/pe/brmsgw.conf index c79fd610..3ff311f3 100644 --- a/config/pe/brmsgw.conf +++ b/config/pe/brmsgw.conf @@ -62,6 +62,6 @@ BRMS_UEB_API_KEY= BRMS_UEB_API_SECRET= #Dependency.json file version -BRMS_DEPENDENCY_VERSION=1.5.0 -BRMS_MODELS_DEPENDENCY_VERSION=2.1.0 +BRMS_DEPENDENCY_VERSION=1.5.1 +BRMS_MODELS_DEPENDENCY_VERSION=2.1.2 |