From 7099dc03eebcc294b502b532c2f0bb2772972478 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 02:13:32 +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 530caa1ac..c15b045c9 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id 'signing' id 'com.gradle.plugin-publish' version '1.2.1' id 'org.ajoberstar.git-publish' version '4.2.1' - id 'com.github.node-gradle.node' version '7.0.1' + id 'com.github.node-gradle.node' version '7.0.2' } apply plugin: ShadowPlugin