Skip to content

Commit

Permalink
Update dependency com.github.node-gradle:gradle-node-plugin to v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent b0823ab commit 6a13b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}

dependencies {
implementation("com.github.node-gradle:gradle-node-plugin:7.0.1") {
implementation("com.github.node-gradle:gradle-node-plugin:7.0.2") {
because("This plugin enables you to use a lot of Node.js-based technologies as part of your Gradle build without having Node.js installed locally on your system.")
}
}
Expand Down

0 comments on commit 6a13b1b

Please sign in to comment.