update nodejs to 14.17.3

This commit is contained in:
2021-07-11 08:46:30 +02:00
parent 22bd6a8e84
commit 175af8f849

View File

@@ -16,7 +16,7 @@ ext {
version_spring = '2.5.2' version_spring = '2.5.2'
version_junit = '5.7.2' version_junit = '5.7.2'
version_junit_platform = '1.7.2' version_junit_platform = '1.7.2'
version_nodejs = '14.17.2' // keep in sync with npm version_nodejs = '14.17.3' // keep in sync with npm
version_npm = '6.14.13' // keep in sync with nodejs version_npm = '6.14.13' // keep in sync with nodejs
lib_antlr = "org.antlr:antlr4:4.9.2" lib_antlr = "org.antlr:antlr4:4.9.2"