Fix critical CLM issues 10/70110/1
authorPrudence Au <prudence.au@amdocs.com>
Tue, 9 Oct 2018 20:26:06 +0000 (16:26 -0400)
committerPrudence Au <prudence.au@amdocs.com>
Tue, 9 Oct 2018 20:26:06 +0000 (16:26 -0400)
Change-Id: Ib301081508b97cf0c535325718e30998e106caff
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Issue-ID: LOG-618

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 532bc0a..aef1203 100644 (file)
--- 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>
     <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>
       <artifactId>dmaapClient</artifactId>
       <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>
index fb21064..0969948 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=3
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}