summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2019-11-04 14:47:40 +0000
committerGerrit Code Review <gerrit@onap.org>2019-11-04 14:47:40 +0000
commit2c5f88c80cd62d58cdb5954d15320ca5180b3637 (patch)
treea9a2729a13ed5e34fb1b1baaa11ad802eab9bd8e /pom.xml
parentd40ef91b5a3ff8cc23ced6acb6279d1880b33725 (diff)
parent1e16c64be2e9f4d71ee07947d14ff6c1488adcd3 (diff)
Merge "update so to use most recent update of logging"
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 27f63380dc..7094663aed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -637,17 +637,17 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.5.1</version>
+ <version>1.6.1</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-base</artifactId>
- <version>1.5.1</version>
+ <version>1.6.1</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-spring</artifactId>
- <version>1.5.1</version>
+ <version>1.6.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>