aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2019-11-07 18:16:19 +0000
committerGerrit Code Review <gerrit@onap.org>2019-11-07 18:16:19 +0000
commit8d6ab97663555f9b5798069d524e3f92bc32b90b (patch)
treea820609fdc548c3cbb4101ee264f609474900056
parentf890e0788a23de5114a3fc2ac7ec1ce1c10f859f (diff)
parent4802d7b84aeb82e85267277c55f53d48f98e59e7 (diff)
Merge "Updated logging library version to 1.6.2-SNAPSHOT"
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 7e90be2c77..10697a1aec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -637,17 +637,17 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.6.1</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-base</artifactId>
- <version>1.6.1</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-spring</artifactId>
- <version>1.6.1</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>