update gradle and spring boot
This commit is contained in:
@@ -23,7 +23,7 @@ ext {
|
||||
javaVersion=12
|
||||
|
||||
version_log4j2= '2.12.1' // keep in sync with spring-boot-starter-log4j2
|
||||
version_spring = '2.2.6.RELEASE'
|
||||
version_spring = '2.2.7.RELEASE'
|
||||
version_junit = '5.6.1'
|
||||
version_junit_platform = '1.6.1'
|
||||
|
||||
@@ -31,7 +31,7 @@ ext {
|
||||
|
||||
lib_commons_collections4 = 'org.apache.commons:commons-collections4:4.4'
|
||||
lib_commons_lang3 = 'org.apache.commons:commons-lang3:3.10'
|
||||
lib_jackson_databind = 'com.fasterxml.jackson.core:jackson-databind:2.10.3'
|
||||
lib_jackson_databind = 'com.fasterxml.jackson.core:jackson-databind:2.11.0'
|
||||
|
||||
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.3'
|
||||
gradleVersion = '6.4'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user