We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7db5f16 + 11d449f commit 2b5a46dCopy full SHA for 2b5a46d
buildSrc/build.gradle
@@ -47,7 +47,7 @@ dependencies {
47
implementation(platform("com.fasterxml.jackson:jackson-bom:${jackson2Version}"))
48
implementation(platform("tools.jackson:jackson-bom:${jacksonVersion}"))
49
implementation(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
50
- implementation("com.github.node-gradle:gradle-node-plugin:3.5.1")
+ implementation("com.github.node-gradle:gradle-node-plugin:7.1.0")
51
implementation("com.gradle:develocity-gradle-plugin:3.17.2")
52
implementation("com.tngtech.archunit:archunit:1.4.1")
53
implementation("commons-codec:commons-codec:${commonsCodecVersion}")
0 commit comments