From bf6447c9999b3d19d747a08085e6663e1a1e9f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:39:18 +0000 Subject: [PATCH] Bump com.github.node-gradle:gradle-node-plugin from 7.0.2 to 7.1.0 Bumps com.github.node-gradle:gradle-node-plugin from 7.0.2 to 7.1.0. --- updated-dependencies: - dependency-name: com.github.node-gradle:gradle-node-plugin dependency-type: direct:production update-type: version-update:semver-minor ... 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 88b8bae5..297f5ef1 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.2" + implementation "com.github.node-gradle:gradle-node-plugin:7.1.0" implementation "org.jetbrains.kotlin:kotlin-gradle-plugin:${KotlinVersion.CURRENT}" testImplementation project(":test-common")