summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPlummer, Brittany <brittany.plummer@att.com>2020-02-15 10:10:44 -0500
committerBenjamin, Max (mb388a) <mb388a@att.com>2020-02-20 09:29:58 -0500
commit927419381305f40b87a491b3e0650e266d710ee9 (patch)
tree3161512cb4631b90be440bd09c72f1c83cfc15d4 /pom.xml
parent460b2c35e214b9422e9313a4bad8253669791ebf (diff)
Updated pom to release version of logging library
Updated pom to release version of logging library Issue-ID: SO-2662 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icd29af1993d8baf9be7b490a8c89639771fa93a4
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 9f453d4ee8..3a193b9a71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -666,17 +666,17 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.6.3-SNAPSHOT</version>
+ <version>1.6.4</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-base</artifactId>
- <version>1.6.2-SNAPSHOT</version>
+ <version>1.6.4</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-spring</artifactId>
- <version>1.6.3-SNAPSHOT</version>
+ <version>1.6.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>