update libs
This commit is contained in:
@@ -23,15 +23,15 @@ ext {
|
||||
javaVersion=14
|
||||
|
||||
version_log4j2= '2.13.3' // keep in sync with spring-boot-starter-log4j2
|
||||
version_spring = '2.4.0'
|
||||
version_spring = '2.4.2'
|
||||
version_junit = '5.7.0'
|
||||
version_junit_platform = '1.7.0'
|
||||
|
||||
lib_antlr = "org.antlr:antlr4:4.9"
|
||||
lib_antlr = "org.antlr:antlr4:4.9.1"
|
||||
|
||||
lib_commons_collections4 = 'org.apache.commons:commons-collections4:4.4'
|
||||
lib_commons_lang3 = 'org.apache.commons:commons-lang3:3.11'
|
||||
lib_jackson_databind = 'com.fasterxml.jackson.core:jackson-databind:2.11.3'
|
||||
lib_jackson_databind = 'com.fasterxml.jackson.core:jackson-databind:2.12.1'
|
||||
|
||||
lib_log4j2_core = "org.apache.logging.log4j:log4j-core:${version_log4j2}"
|
||||
lib_log4j2_slf4j_impl = "org.apache.logging.log4j:log4j-slf4j-impl:${version_log4j2}"
|
||||
@@ -124,5 +124,5 @@ subprojects {
|
||||
}
|
||||
|
||||
wrapper {
|
||||
gradleVersion = '6.7'
|
||||
gradleVersion = '6.8.2'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user