Skip to content

Commit

Permalink
chore(deps): Bump com.github.node-gradle.node from 7.0.2 to 7.1.0 (#997)
Browse files Browse the repository at this point in the history
Bumps com.github.node-gradle.node from 7.0.2 to 7.1.0.

---
updated-dependencies:
- dependency-name: com.github.node-gradle.node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent d0d29fb commit aed8516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion springwolf-examples/e2e/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'com.github.node-gradle.node' version '7.0.2'
id 'com.github.node-gradle.node' version '7.1.0'
}

node {
Expand Down
2 changes: 1 addition & 1 deletion springwolf-ui/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'com.github.node-gradle.node' version '7.0.2'
id 'com.github.node-gradle.node' version '7.1.0'
}

node {
Expand Down

0 comments on commit aed8516

Please sign in to comment.