aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorByung-Woo Jun <byung-woo.jun@est.tech>2019-10-04 21:48:50 +0000
committerGerrit Code Review <gerrit@onap.org>2019-10-04 21:48:50 +0000
commit6f8ed4f558226640d00b2069ae3e8d254364f80a (patch)
tree07377300a637feb3e5a1c50f181f145878ceea14
parentac26fde8ba45fb1244a8e81d509800a67b5eb394 (diff)
parent85c50b8465bb8e0a6c9d81a262ce7d7bd6bd315e (diff)
Merge "Update logging version to 1.5.1"
-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>