From 643b883ace41cc073ceb0a837316a79ac07419d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 16:25:24 +0000 Subject: [PATCH] chore(deps): update plugin com.github.node-gradle.node to v3.6.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3c0539a0a..a79aa4a2f 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id 'signing' id 'com.gradle.plugin-publish' version '1.1.0' id 'org.ajoberstar.git-publish' version '4.1.1' - id 'com.github.node-gradle.node' version '3.5.1' + id 'com.github.node-gradle.node' version '3.6.0' } apply plugin: ShadowPlugin