File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ dependencies {
5858
5959 integrationTestCompileOnly ' org.projectlombok:lombok'
6060 integrationTestAnnotationProcessor ' org.projectlombok:lombok'
61- integrationTestImplementation ' junit:junit:4.13 '
62- integrationTestImplementation ' org.slf4j:slf4j-simple:1.7.30 '
61+ integrationTestImplementation ' org.springframework.boot:spring-boot-starter-test '
62+ integrationTestImplementation ' org.springframework.boot:spring-boot-starter-logging '
6363 integrationTestImplementation ' com.fasterxml.jackson.core:jackson-core'
6464 integrationTestImplementation ' com.fasterxml.jackson.core:jackson-databind'
6565 integrationTestImplementation ' com.fasterxml.jackson.core:jackson-annotations'
6666 integrationTestImplementation ' com.fasterxml.jackson.module:jackson-module-parameter-names'
67- integrationTestImplementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.2 '
67+ integrationTestImplementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
6868}
You can’t perform that action at this time.
0 commit comments