From fb59b562c9c21920d4ca9ad6e2eaadd6178fde69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 07:56:48 +0000 Subject: [PATCH] Bump com.github.node-gradle:gradle-node-plugin from 7.0.0 to 7.0.1 Bumps com.github.node-gradle:gradle-node-plugin from 7.0.0 to 7.0.1. --- updated-dependencies: - dependency-name: com.github.node-gradle:gradle-node-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- quicktype-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quicktype-plugin/build.gradle b/quicktype-plugin/build.gradle index dbb53066..374ae6ff 100644 --- a/quicktype-plugin/build.gradle +++ b/quicktype-plugin/build.gradle @@ -11,7 +11,7 @@ description = "Collection of Quicktype related Gradle plugins" dependencies { implementation "org.jetbrains.kotlin:kotlin-reflect" - implementation "com.github.node-gradle:gradle-node-plugin:7.0.0" + implementation "com.github.node-gradle:gradle-node-plugin:7.0.1" implementation "org.jetbrains.kotlin:kotlin-gradle-plugin:${KotlinVersion.CURRENT}" testImplementation project(":test-common")