summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 8 insertions, 2 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>