diff options
author | Patrick Brady <pb071s@att.com> | 2018-09-17 12:52:55 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-09-21 09:31:27 -0700 |
commit | 28da5021fad45b2c4da1bd1b7db794863e5ef7f3 (patch) | |
tree | 4f7fa810ba8a782ab24017193c6afa75dc797b86 /appc-parent | |
parent | 32780c70147bf7273f7f6a8d81de1a1efd68a92c (diff) |
Remove logback 1.1.3 security issue
cdp-pal and eelf are the dependencies using logback-classic
1.1.3. Need to use exclusions option in pom file
Change-Id: Id8f5817ec955e2b7b486bc0215c35541086606aa
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1018
Diffstat (limited to 'appc-parent')
-rw-r--r-- | appc-parent/binding-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-parent/binding-parent/pom.xml b/appc-parent/binding-parent/pom.xml index 6252b8e3b..991e3ab21 100644 --- a/appc-parent/binding-parent/pom.xml +++ b/appc-parent/binding-parent/pom.xml @@ -55,7 +55,7 @@ limitations under the License. <apache.httpcomponents.version>4.4</apache.httpcomponents.version> <commons.lang3.version>3.4</commons.lang3.version> <antlr.version>4.5.1</antlr.version> - <logback.version>1.2.0</logback.version> + <logback.version>1.2.3</logback.version> <toscalib.version>1.1.0</toscalib.version> <sdc-client.version>1.3.0</sdc-client.version> <!-- Should match the version used by sdc-distribution-client --> |