aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBenjamin, Max <max.benjamin@att.com>2021-01-11 12:24:35 -0500
committerBenjamin, Max (mb388a) <mb388a@att.com>2021-01-13 12:07:24 -0500
commit93198c25d471df93001da0a4b52841a258976153 (patch)
tree7ae6bb88b08ea8c507251ade4fbf52ab99e0a462 /pom.xml
parentd479f96e81687e658a8d6bd72da4501a99dc7bc1 (diff)
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
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 dd78d138a9..cbb3fc63be 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>