We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26c628 commit 3d535edCopy full SHA for 3d535ed
build.gradle
@@ -29,9 +29,8 @@ dependencies {
29
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
30
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2'
31
32
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
33
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
34
- testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.2")
+ testImplementation(platform('org.junit:junit-bom:5.9.3'))
+ testImplementation('org.junit.jupiter:junit-jupiter')
35
testImplementation 'org.springframework:spring-test:5.3.23'
36
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
37
testImplementation 'org.mockito:mockito-core:3.+'
0 commit comments