diff options
author | Steve Smokowski <ss835w@att.com> | 2019-12-18 20:59:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-18 20:59:11 +0000 |
commit | b55a3a35b75653f9804821432d95ae769ea494b5 (patch) | |
tree | f4eb606c2067dbe86bfe1372747c07d83b727f8a /pom.xml | |
parent | beb67f96eb74a85e280f50e24dc5b6a23f168c69 (diff) | |
parent | 656afb108d09cbeb3da31983a4616345b57bfae4 (diff) |
Merge "update so to use 1.6.3 snapshot from the logging"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |