update third-party libs

This commit is contained in:
2019-08-24 19:59:06 +02:00
parent 3a7688d1ae
commit 4e9b556ea9
3 changed files with 6 additions and 6 deletions

View File

@@ -13,13 +13,13 @@ buildscript {
dependencies {
// usage: gradlew dependencyUpdates -Drevision=release
classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.22.0'
}
}
ext {
version_log4j2= '2.12.0'
version_log4j2= '2.12.1'
version_spring = '2.1.7.RELEASE'
lib_antlr = "org.antlr:antlr4:4.7.2"
@@ -121,5 +121,5 @@ allprojects {
}
wrapper {
gradleVersion = '5.5.1'
gradleVersion = '5.6'
}