aboutsummaryrefslogtreecommitdiffstats
path: root/appc-outbound/appc-network-inventory-client
diff options
context:
space:
mode:
authorTaka Cho <tc012c@att.com>2018-02-22 15:30:45 -0500
committerPatrick Brady <pb071s@att.com>2018-02-23 20:38:45 +0000
commit2b4298540f9c79cc2b452023800d066c56920b52 (patch)
treeca3b329d6be770cf18ce13da53a9608853ee35fd /appc-outbound/appc-network-inventory-client
parente048c6ff0320c6c7e0d111f840aa6721a3c5d3cb (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-xappc-outbound/appc-network-inventory-client/pom.xml2
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>