update node to 18.18.0

This commit is contained in:
2023-10-01 09:09:40 +02:00
parent b3085c9b0c
commit d339f5307f

View File

@@ -16,8 +16,8 @@ ext {
version_spring = '3.1.4' version_spring = '3.1.4'
version_junit = '5.10.0' version_junit = '5.10.0'
version_junit_platform = '1.10.0' version_junit_platform = '1.10.0'
version_nodejs = '16.17.1' // keep in sync with npm version_nodejs = '18.18.0' // keep in sync with npm
version_npm = '8.15.0' // keep in sync with nodejs version_npm = '9.8.1' // keep in sync with nodejs
lib_antlr = "org.antlr:antlr4:4.13.1" lib_antlr = "org.antlr:antlr4:4.13.1"