diff --git a/build.gradle b/build.gradle index 43bdafe..a15fd32 100644 --- a/build.gradle +++ b/build.gradle @@ -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"