update libraries

This commit is contained in:
2020-03-08 12:06:06 +01:00
parent 2bd49e0959
commit b5aa2827ec
3 changed files with 8 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ buildscript {
dependencies {
// usage: gradlew dependencyUpdates -Drevision=release
classpath 'com.github.ben-manes:gradle-versions-plugin:0.27.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.28.0'
}
}
@@ -23,7 +23,7 @@ ext {
javaVersion=12
version_log4j2= '2.12.1' // keep in sync with spring-boot-starter-log4j2
version_spring = '2.2.4.RELEASE'
version_spring = '2.2.5.RELEASE'
version_junit = '5.6.0'
version_junit_platform = '1.6.0'
@@ -31,7 +31,7 @@ ext {
lib_commons_collections4 = 'org.apache.commons:commons-collections4:4.4'
lib_commons_lang3 = 'org.apache.commons:commons-lang3:3.9'
lib_jackson_databind = 'com.fasterxml.jackson.core:jackson-databind:2.10.2'
lib_jackson_databind = 'com.fasterxml.jackson.core:jackson-databind:2.10.3'
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.1'
gradleVersion = '6.2.2'
}