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 2d98b47 + ec02336 commit 11d449fCopy full SHA for 11d449f
buildSrc/build.gradle
@@ -46,7 +46,7 @@ dependencies {
46
implementation(platform("com.fasterxml.jackson:jackson-bom:${jacksonVersion}"))
47
implementation(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
48
implementation("com.fasterxml.jackson.core:jackson-databind")
49
- implementation("com.github.node-gradle:gradle-node-plugin:3.5.1")
+ implementation("com.github.node-gradle:gradle-node-plugin:7.1.0")
50
implementation("com.gradle:develocity-gradle-plugin:3.17.2")
51
implementation("com.tngtech.archunit:archunit:1.3.0")
52
implementation("commons-codec:commons-codec:${commonsCodecVersion}")
0 commit comments