From f1126c9610867a22f991bab2c4903e6072770a4a Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sat, 8 Oct 2022 09:22:45 +0200 Subject: [PATCH] update node to 16.17.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"