update java 3rd-party libs

This commit is contained in:
2018-11-20 19:13:59 +01:00
parent 218ea9ed68
commit cc0157fe0b
7 changed files with 42 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
dependencies {
compile 'org.apache.logging.log4j:log4j-core:2.10.0'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.10.0'
compile lib_log4j2_core
compile lib_log4j2_slf4j_impl
}