diff --git a/springwolf-examples/e2e/build.gradle b/springwolf-examples/e2e/build.gradle index 4c66501a1..6fa25714a 100644 --- a/springwolf-examples/e2e/build.gradle +++ b/springwolf-examples/e2e/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'com.github.node-gradle.node' version '7.0.2' + id 'com.github.node-gradle.node' version '7.1.0' } node { diff --git a/springwolf-ui/build.gradle b/springwolf-ui/build.gradle index b067e40a8..83023304a 100644 --- a/springwolf-ui/build.gradle +++ b/springwolf-ui/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'com.github.node-gradle.node' version '7.0.2' + id 'com.github.node-gradle.node' version '7.1.0' } node {