build.gradle (spring-boot-2.7.3) | : | build.gradle (spring-boot-2.7.4) | ||
---|---|---|---|---|
skipping to change at line 32 | skipping to change at line 32 | |||
} | } | |||
} | } | |||
dependencies { | dependencies { | |||
checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:${javaForma tVersion}" | checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:${javaForma tVersion}" | |||
implementation(platform("org.springframework:spring-framework-bom:5.3.15" )) | implementation(platform("org.springframework:spring-framework-bom:5.3.15" )) | |||
implementation("com.fasterxml.jackson.core:jackson-databind:2.11.4") | implementation("com.fasterxml.jackson.core:jackson-databind:2.11.4") | |||
implementation("commons-codec:commons-codec:1.13") | implementation("commons-codec:commons-codec:1.13") | |||
implementation("org.apache.maven:maven-embedder:3.6.2") | implementation("org.apache.maven:maven-embedder:3.6.2") | |||
implementation("org.asciidoctor:asciidoctor-gradle-jvm:3.3.2") | implementation("org.asciidoctor:asciidoctor-gradle-jvm:3.3.2") | |||
implementation("org.gradle:test-retry-gradle-plugin:1.4.0") | implementation("org.gradle:test-retry-gradle-plugin:1.4.1") | |||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion }") | implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion }") | |||
implementation("org.jetbrains.kotlin:kotlin-compiler-embeddable:${kotlinV ersion}") | implementation("org.jetbrains.kotlin:kotlin-compiler-embeddable:${kotlinV ersion}") | |||
implementation("org.springframework:spring-core") | implementation("org.springframework:spring-core") | |||
implementation("org.springframework:spring-web") | implementation("org.springframework:spring-web") | |||
implementation("io.spring.javaformat:spring-javaformat-gradle-plugin:${ja vaFormatVersion}") | implementation("io.spring.javaformat:spring-javaformat-gradle-plugin:${ja vaFormatVersion}") | |||
testImplementation("org.assertj:assertj-core:3.11.1") | testImplementation("org.assertj:assertj-core:3.11.1") | |||
testImplementation("org.apache.logging.log4j:log4j-core:2.17.1") | testImplementation("org.apache.logging.log4j:log4j-core:2.17.1") | |||
testImplementation("org.junit.jupiter:junit-jupiter:5.6.0") | testImplementation("org.junit.jupiter:junit-jupiter:5.6.0") | |||
testRuntimeOnly("org.junit.platform:junit-platform-launcher") | testRuntimeOnly("org.junit.platform:junit-platform-launcher") | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |