File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ dependencies {
4444 annotationProcessor ' org.projectlombok:lombok:1.18.34'
4545 implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.2'
4646 implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.2'
47- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.3 '
47+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.0 '
4848 testCompile " org.mockito:mockito-core:5.12.0"
4949 testCompileOnly ' org.projectlombok:lombok:1.18.34'
5050 testAnnotationProcessor ' org.projectlombok:lombok:1.18.34'
51- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.3 '
51+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.0 '
5252 testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.17.2'
5353 testImplementation ' com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.2'
5454
You can’t perform that action at this time.
0 commit comments