update 3rd party libs

This commit is contained in:
2021-10-12 18:43:18 +02:00
parent 1f40411587
commit e5be5b6234
3 changed files with 22 additions and 25 deletions

View File

@@ -13,9 +13,9 @@ ext {
javaVersion=16
version_log4j2= '2.14.1' // keep in sync with spring-boot-starter-log4j2
version_spring = '2.5.4'
version_junit = '5.7.2'
version_junit_platform = '1.7.2'
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