Update to logback-classic:1.1.11

Fixes gh-5811
This commit is contained in:
Joe Grandja 2018-09-07 15:48:29 -04:00
parent 8138fac3f9
commit 916a19ccbd

View File

@ -26,7 +26,7 @@ ext.javaPersistenceVersion = '2.1.1'
ext.jettyVersion = '6.1.26'
ext.jstlVersion = '1.2.1'
ext.junitVersion = '4.12'
ext.logbackVersion = '1.1.2'
ext.logbackVersion = '1.1.11'
ext.powerMockVersion = '1.6.2'
ext.seleniumVersion = '2.44.0'
ext.servletApiVersion = '3.1.0'