diff --git a/build.gradle b/build.gradle index bf9f80f..dd6c1b3 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,8 @@ ext { version_spring = '2.4.5' version_junit = '5.7.1' version_junit_platform = '1.7.1' - version_nodejs = '14.16.1' // keep in sync with npm - version_npm = '6.14.12' // keep in sync with nodejs + version_nodejs = '14.17.2' // keep in sync with npm + version_npm = '6.14.13' // keep in sync with nodejs lib_antlr = "org.antlr:antlr4:4.9.2"