aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-03-19 14:32:52 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-19 14:32:52 +0000
commit61d519d6b1aa050d33ce178de505c48206d37231 (patch)
tree09ab04891db580e8e1191b39dddcea89d5f90ea9 /common
parente4f5ac43154260be0f039c7ef603f5ec62e20257 (diff)
parente9ee7266647dd11967393926ae85686ab2edfdf3 (diff)
Merge "Fix the Jar vulnerability and licensing"
Diffstat (limited to 'common')
-rw-r--r--common/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 4d2d66a6bf..aeef257d48 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -31,12 +31,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.1.1</version>
+ <version>1.2.3</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
- <version>1.1.1</version>
+ <version>1.2.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>