summaryrefslogtreecommitdiffstats
path: root/BRMSGateway
diff options
context:
space:
mode:
Diffstat (limited to 'BRMSGateway')
-rw-r--r--BRMSGateway/config.properties2
-rw-r--r--BRMSGateway/dependency.json6
-rw-r--r--BRMSGateway/src/test/resources/config.properties2
3 files changed, 5 insertions, 5 deletions
diff --git a/BRMSGateway/config.properties b/BRMSGateway/config.properties
index b916a4f0e..1b05e2941 100644
--- a/BRMSGateway/config.properties
+++ b/BRMSGateway/config.properties
@@ -77,7 +77,7 @@ ping_interval=30000
#
#
#
-brms.dependency.version=1.5.3
+brms.dependency.version=1.5.4
ENVIRONMENT = DEVL
diff --git a/BRMSGateway/dependency.json b/BRMSGateway/dependency.json
index 796044690..b4331c1b5 100644
--- a/BRMSGateway/dependency.json
+++ b/BRMSGateway/dependency.json
@@ -3,7 +3,7 @@
"default": [{
"groupId": "org.onap.policy.drools-applications.controlloop.templates",
"artifactId": "template.demo",
- "version": "1.5.3"
+ "version": "1.5.4"
}, {
"groupId": "org.onap.policy.models.policy-models-interactions.model-impl",
"artifactId": "events",
@@ -72,11 +72,11 @@
}, {
"groupId": "org.onap.policy.drools-applications.controlloop.common",
"artifactId": "eventmanager",
- "version": "1.5.3"
+ "version": "1.5.4"
}, {
"groupId": "org.onap.policy.drools-applications.controlloop.common",
"artifactId": "guard",
- "version": "1.5.3"
+ "version": "1.5.4"
}, {
"groupId": "org.onap.policy.models.policy-models-interactions.model-actors",
"artifactId": "actorServiceProvider",
diff --git a/BRMSGateway/src/test/resources/config.properties b/BRMSGateway/src/test/resources/config.properties
index 832dd5d2a..5279b2982 100644
--- a/BRMSGateway/src/test/resources/config.properties
+++ b/BRMSGateway/src/test/resources/config.properties
@@ -81,6 +81,6 @@ ping_interval=30000
#
#
#
-brms.dependency.version=1.5.3
+brms.dependency.version=1.5.4
ENVIRONMENT = DEVL