update 3rd-party libs

This commit is contained in:
2019-12-22 14:51:39 +01:00
parent 6b12a24c62
commit afbbca4f45
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ ext {
javaVersion=12
version_log4j2= '2.12.1'
version_log4j2= '2.13.0'
version_spring = '2.2.2.RELEASE'
lib_antlr = "org.antlr:antlr4:4.7.2"
@@ -122,5 +122,5 @@ subprojects {
}
wrapper {
gradleVersion = '6.0'
gradleVersion = '6.0.1'
}