From 457c1f516821f1c7c9c4b2fe71409e10a912f8c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 20:59:06 +0000 Subject: [PATCH] Bump gradle-node-plugin from 2.2.0 to 3.4.0 Bumps gradle-node-plugin from 2.2.0 to 3.4.0. --- updated-dependencies: - dependency-name: com.github.node-gradle:gradle-node-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2e2db77..1d61c32 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ java { dependencies { implementation(gradleApi()) implementation(localGroovy()) - implementation("com.github.node-gradle:gradle-node-plugin:2.2.0") + implementation("com.github.node-gradle:gradle-node-plugin:3.4.0") testImplementation("junit:junit:4.13") testImplementation("org.spockframework:spock-core:1.3-groovy-2.5") {