Browse Source

Merge branch '3.3.x' into 3.4.x

Closes gh-45960
pull/45853/head
Stéphane Nicoll 6 months ago
parent
commit
3d92d12e8e
  1. 3
      buildSrc/build.gradle

3
buildSrc/build.gradle

@ -27,8 +27,9 @@ dependencies { @@ -27,8 +27,9 @@ dependencies {
checkstyle("com.puppycrawl.tools:checkstyle:${checkstyle.toolVersion}")
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:${javaFormatVersion}")
implementation(platform("com.fasterxml.jackson:jackson-bom:${jacksonVersion}"))
implementation(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
implementation("com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}")
implementation("com.fasterxml.jackson.core:jackson-databind")
implementation("com.github.node-gradle:gradle-node-plugin:3.5.1")
implementation("com.gradle:develocity-gradle-plugin:3.17.2")
implementation("com.tngtech.archunit:archunit:1.3.0")

Loading…
Cancel
Save