update third party libs

This commit is contained in:
2020-03-29 09:19:40 +02:00
parent 46623236c6
commit a81eb7c4ed
3 changed files with 6 additions and 6 deletions

View File

@@ -23,14 +23,14 @@ ext {
javaVersion=12
version_log4j2= '2.12.1' // keep in sync with spring-boot-starter-log4j2
version_spring = '2.2.5.RELEASE'
version_junit = '5.6.0'
version_junit_platform = '1.6.0'
version_spring = '2.2.6.RELEASE'
version_junit = '5.6.1'
version_junit_platform = '1.6.1'
lib_antlr = "org.antlr:antlr4:4.8-1"
lib_commons_collections4 = 'org.apache.commons:commons-collections4:4.4'
lib_commons_lang3 = 'org.apache.commons:commons-lang3:3.9'
lib_commons_lang3 = 'org.apache.commons:commons-lang3:3.10'
lib_jackson_databind = 'com.fasterxml.jackson.core:jackson-databind:2.10.3'
lib_log4j2_core = "org.apache.logging.log4j:log4j-core:${version_log4j2}"
@@ -124,5 +124,5 @@ subprojects {
}
wrapper {
gradleVersion = '6.2.2'
gradleVersion = '6.3'
}

Binary file not shown.

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists