update loging library version to meet new
update loging library version to meet new requirements
Issue-ID: SO-3476
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I64cc1ebdaf1f3e71e2b6a3466fd6fbbf848e64b4
diff --git a/pom.xml b/pom.xml
index dd78d13..cbb3fc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -875,17 +875,17 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.6.7</version>
+ <version>1.6.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-base</artifactId>
- <version>1.6.7</version>
+ <version>1.6.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-spring</artifactId>
- <version>1.6.7</version>
+ <version>1.6.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>