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:
2019-10-04 20:15:09 +02:00
parent d895eba47c
commit 57ad6a1cee
6 changed files with 2 additions and 9 deletions

View File

@@ -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}"