diff options
author | Steve Smokowski <ss835w@att.com> | 2019-11-07 18:16:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-07 18:16:19 +0000 |
commit | 8d6ab97663555f9b5798069d524e3f92bc32b90b (patch) | |
tree | a820609fdc548c3cbb4101ee264f609474900056 | |
parent | f890e0788a23de5114a3fc2ac7ec1ce1c10f859f (diff) | |
parent | 4802d7b84aeb82e85267277c55f53d48f98e59e7 (diff) |
Merge "Updated logging library version to 1.6.2-SNAPSHOT"
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |