update thirdparty libs

This commit is contained in:
2021-12-11 09:48:46 +01:00
parent bff446f0e3
commit 326c3bbf0d
3 changed files with 11 additions and 11 deletions

View File

@@ -12,14 +12,14 @@ ext {
javaVersion=16
version_log4j2= '2.14.1' // keep in sync with spring-boot-starter-log4j2
version_spring = '2.5.5'
version_junit = '5.8.1'
version_junit_platform = '1.8.1'
version_nodejs = '14.17.3' // keep in sync with npm
version_npm = '6.14.13' // keep in sync with nodejs
version_log4j2= '2.15.0' // keep in sync with spring-boot-starter-log4j2
version_spring = '2.6.1'
version_junit = '5.8.2'
version_junit_platform = '1.8.2'
version_nodejs = '16.13.1' // keep in sync with npm
version_npm = '8.1.2' // keep in sync with nodejs
lib_antlr = "org.antlr:antlr4:4.9.2"
lib_antlr = "org.antlr:antlr4:4.9.3"
lib_commons_collections4 = 'org.apache.commons:commons-collections4:4.4'
lib_commons_csv= 'org.apache.commons:commons-csv:1.9.0'
@@ -136,5 +136,5 @@ subprojects {
}
wrapper {
gradleVersion = '7.2'
gradleVersion = '7.3.1'
}