diff options
author | Steve Smokowski <ss835w@att.com> | 2020-05-14 14:09:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-14 14:09:40 +0000 |
commit | 40d0e02c799115c2f070e93d35a9384264b332e2 (patch) | |
tree | ab017cf5a93dfab050bb544b818a918ebc97c373 /pom.xml | |
parent | 023a9a7398957caeecaafaf9083392e49a4b6262 (diff) | |
parent | 195760a93887a3b7a3e3a6b9fd997d9ec8f9bb01 (diff) |
Merge "requestid values have commas audit log"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -823,17 +823,17 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-slf4j</artifactId> - <version>1.6.6</version> + <version>1.6.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-base</artifactId> - <version>1.6.6</version> + <version>1.6.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-spring</artifactId> - <version>1.6.6</version> + <version>1.6.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> |