aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2019-12-18 20:59:11 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-18 20:59:11 +0000
commitb55a3a35b75653f9804821432d95ae769ea494b5 (patch)
treef4eb606c2067dbe86bfe1372747c07d83b727f8a /pom.xml
parentbeb67f96eb74a85e280f50e24dc5b6a23f168c69 (diff)
parent656afb108d09cbeb3da31983a4616345b57bfae4 (diff)
Merge "update so to use 1.6.3 snapshot from the logging"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 0cd606e7b2..69481e9a76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -630,17 +630,17 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.6.2-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-base</artifactId>
- <version>1.6.2-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-spring</artifactId>
- <version>1.6.2-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>