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 @@ -45,12 +45,12 @@ dependencies {
45
45
api " org.springframework.boot:spring-boot-test:3.4.1"
46
46
api " org.springframework:spring-test:6.1.13"
47
47
api " org.slf4j:slf4j-api:2.0.16"
48
- api ' org.junit.jupiter:junit-jupiter-api:5.11.2 '
48
+ api ' org.junit.jupiter:junit-jupiter-api:5.13.4 '
49
49
50
50
testImplementation " org.wiremock:wiremock-jetty12:${ wiremockVersion} "
51
51
testImplementation " org.springframework.boot:spring-boot-starter-test:3.4.1"
52
52
testImplementation ' org.assertj:assertj-core:3.27.4'
53
- testImplementation platform(' org.junit:junit-bom:5.11.2 ' )
53
+ testImplementation platform(' org.junit:junit-bom:5.13.4 ' )
54
54
testImplementation ' org.junit.jupiter:junit-jupiter'
55
55
testImplementation ' org.junit.platform:junit-platform-launcher'
56
56
testImplementation ' io.rest-assured:rest-assured:5.5.0'
You can’t perform that action at this time.
0 commit comments