diff options
author | Byung-Woo Jun <byung-woo.jun@ericsson.com> | 2018-03-19 09:33:53 -0400 |
---|---|---|
committer | Byung-Woo Jun <byung-woo.jun@ericsson.com> | 2018-03-19 09:33:53 -0400 |
commit | e9ee7266647dd11967393926ae85686ab2edfdf3 (patch) | |
tree | 82d64b4e8a208253d979ed05a4568f0492492723 /common/pom.xml | |
parent | bc3243a2ed3deaa4861fbc86861e1c971c139d6a (diff) |
Fix the Jar vulnerability and licensing
Updated Jar versions in pom.xml files
Change-Id: I507b9348d7eabba879979a3cfeeefe9d850ecf4a
Issue-ID: SO-457
Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 4 |
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> |