summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael O'Brien <frank.obrien@amdocs.com>2018-10-09 21:04:31 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-09 21:04:31 +0000
commit0112159053c4ae887784355d8175b089adf4a72c (patch)
tree2a70400ace3313d1a741ea4f649a0618203192e9
parentc3880040a0ca1d3b6e7df855bd39c2f4a16e5603 (diff)
parent309fb453bd417449a468cf8104ea0169507c8fd9 (diff)
Merge "Fix critical CLM issues"
-rw-r--r--pom.xml10
-rw-r--r--version.properties2
2 files changed, 9 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 532bc0a..aef1203 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-context-aggregator</artifactId>
- <version>1.3.1</version>
+ <version>1.3.2-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>1.5.12.RELEASE</version>
+ <version>1.5.15.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -39,6 +39,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
+ <version>9.4.12.RC1</version>
</dependency>
<dependency>
<groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
@@ -46,6 +47,11 @@
<version>${dmaap.client.version}</version>
</dependency>
<dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>1.2.3</version>
+ </dependency>
+ <dependency>
<groupId>org.onap.aai</groupId>
<artifactId>rest-client</artifactId>
<version>${aai.rest.client.version}</version>
diff --git a/version.properties b/version.properties
index fb21064..0969948 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=3
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}