update SpringBoot to 2.1.9
Also remove direct dependencies to log4j-api and log4j-core where possible. log4j-slf4j-impl is enough in many cases.
This commit is contained in:
@@ -20,7 +20,7 @@ buildscript {
|
||||
ext {
|
||||
|
||||
version_log4j2= '2.12.1'
|
||||
version_spring = '2.1.8.RELEASE'
|
||||
version_spring = '2.1.9.RELEASE'
|
||||
|
||||
lib_antlr = "org.antlr:antlr4:4.7.2"
|
||||
|
||||
@@ -28,7 +28,6 @@ ext {
|
||||
lib_commons_lang3 = 'org.apache.commons:commons-lang3:3.9'
|
||||
lib_jackson_databind = 'com.fasterxml.jackson.core:jackson-databind:2.10.0'
|
||||
|
||||
lib_log4j2_api = "org.apache.logging.log4j:log4j-api:${version_log4j2}"
|
||||
lib_log4j2_core = "org.apache.logging.log4j:log4j-core:${version_log4j2}"
|
||||
lib_log4j2_slf4j_impl = "org.apache.logging.log4j:log4j-slf4j-impl:${version_log4j2}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user