diff options
author | Plummer, Brittany <brittany.plummer@att.com> | 2020-02-15 10:10:44 -0500 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-02-20 09:29:58 -0500 |
commit | 927419381305f40b87a491b3e0650e266d710ee9 (patch) | |
tree | 3161512cb4631b90be440bd09c72f1c83cfc15d4 | |
parent | 460b2c35e214b9422e9313a4bad8253669791ebf (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
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |