update third party libs

This commit is contained in:
2021-03-25 18:45:37 +01:00
parent 1b694944c2
commit d667f71401

View File

@@ -23,11 +23,11 @@ ext {
javaVersion=14
version_log4j2= '2.13.3' // keep in sync with spring-boot-starter-log4j2
version_spring = '2.4.3'
version_spring = '2.4.4'
version_junit = '5.7.1'
version_junit_platform = '1.7.1'
lib_antlr = "org.antlr:antlr4:4.9.1"
lib_antlr = "org.antlr:antlr4:4.9.2"
lib_commons_collections4 = 'org.apache.commons:commons-collections4:4.4'
lib_commons_lang3 = 'org.apache.commons:commons-lang3:3.12.0'
@@ -128,6 +128,15 @@ subprojects {
}
}
}
jdt {
file {
withProperties { properties ->
//you can tinker with the Properties here
properties.put("XXXXXXX", "YYYYYYYY")
println(properties)
}
}
}
}
}