aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus G K Williams <marcus.williams@intel.com>2019-10-03 17:59:09 -0700
committerMarcus G K Williams <marcus.williams@intel.com>2019-10-03 17:59:12 -0700
commit85c50b8465bb8e0a6c9d81a262ce7d7bd6bd315e (patch)
treec91f9707dc6f6433e1c1112d17b8b2edf42f5621
parent8fee4fd7a88ec025e142bafa50cc7e0dc8610b0d (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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index ac9126b612..086141646f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>