diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2019-10-03 17:59:09 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2019-10-03 17:59:12 -0700 |
commit | 85c50b8465bb8e0a6c9d81a262ce7d7bd6bd315e (patch) | |
tree | c91f9707dc6f6433e1c1112d17b8b2edf42f5621 | |
parent | 8fee4fd7a88ec025e142bafa50cc7e0dc8610b0d (diff) |
Update logging version to 1.5.1
This will solve issue where OOF is
not a logging component.
Issue-ID: SO-2378
Change-Id: If01e7ffc22d712dfd7f5c5e077384423e89b6574
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -638,17 +638,17 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-slf4j</artifactId> - <version>1.5.0</version> + <version>1.5.1</version> </dependency> <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-base</artifactId> - <version>1.5.0</version> + <version>1.5.1</version> </dependency> <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-spring</artifactId> - <version>1.5.0</version> + <version>1.5.1</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |