Browse Source

Upgrade to gradle-node-plugin 7.1.0

Closes gh-47977
pull/48100/head
Andy Wilkinson 1 month ago
parent
commit
ec023368ce
  1. 2
      buildSrc/build.gradle

2
buildSrc/build.gradle

@ -46,7 +46,7 @@ dependencies { @@ -46,7 +46,7 @@ dependencies {
implementation(platform("com.fasterxml.jackson:jackson-bom:${jacksonVersion}"))
implementation(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
implementation("com.fasterxml.jackson.core:jackson-databind")
implementation("com.github.node-gradle:gradle-node-plugin:3.5.1")
implementation("com.github.node-gradle:gradle-node-plugin:7.1.0")
implementation("com.gradle:develocity-gradle-plugin:3.17.2")
implementation("com.tngtech.archunit:archunit:1.3.0")
implementation("commons-codec:commons-codec:${commonsCodecVersion}")

Loading…
Cancel
Save