diff options
author | Taka Cho <tc012c@att.com> | 2018-02-22 15:30:45 -0500 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-02-23 20:38:45 +0000 |
commit | 2b4298540f9c79cc2b452023800d066c56920b52 (patch) | |
tree | ca3b329d6be770cf18ce13da53a9608853ee35fd /appc-outbound/appc-network-inventory-client | |
parent | e048c6ff0320c6c7e0d111f840aa6721a3c5d3cb (diff) |
fix logback jar security issue
Change-Id: I51e0fec8131db5f5283182c1fc70a4f5b023dbb1
Issue-ID: APPC-652
Signed-off-by: Taka Cho <tc012c@att.com>
Diffstat (limited to 'appc-outbound/appc-network-inventory-client')
-rwxr-xr-x | appc-outbound/appc-network-inventory-client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-outbound/appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/pom.xml index a22d0a077..900788239 100755 --- a/appc-outbound/appc-network-inventory-client/pom.xml +++ b/appc-outbound/appc-network-inventory-client/pom.xml @@ -36,7 +36,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <logback.version>1.1.1</logback.version> + <logback.version>1.2.3</logback.version> <common.collections.version>3.2.1</common.collections.version> <common.io.version>2.5</common.io.version> <jettison.version>1.3.7</jettison.version> |