From 020b38a2b074eac70b81c3d685b1e20bc22baf8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 20:13:48 +0000 Subject: [PATCH] chore(deps): update plugin com.github.node-gradle.node to v7.0.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c0b428f03..5c32340e0 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { // id 'cz.malohlava' version '1.0.3' id 'net.foragerr.jmeter' version '1.1.0-4.0' - id "com.github.node-gradle.node" version "7.0.1" + id "com.github.node-gradle.node" version "7.0.2" } // support integration with intellij and eclipse