update node to 16.17.1

This commit is contained in:
2022-10-08 09:22:45 +02:00
parent c31dc7229e
commit f1126c9610

View File

@@ -16,8 +16,8 @@ ext {
version_spring = '2.7.4'
version_junit = '5.9.1'
version_junit_platform = '1.9.1'
version_nodejs = '16.14.2' // keep in sync with npm
version_npm = '8.5.0' // keep in sync with nodejs
version_nodejs = '16.17.1' // keep in sync with npm
version_npm = '8.15.0' // keep in sync with nodejs
lib_antlr = "org.antlr:antlr4:4.11.1"