File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,13 @@ dependencies {
4343 api ' com.squareup.okhttp3:okhttp:4.12.0'
4444 api ' com.squareup.okio:okio:3.11.0'
4545
46- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3'
47- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.3'
48- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.3'
49- testImplementation ' org.assertj:assertj-core:3.26.3'
46+ testImplementation platform(' org.junit:junit-bom:5.12.2' )
47+ testImplementation ' org.junit.jupiter:junit-jupiter-api'
48+ testImplementation ' org.junit.jupiter:junit-jupiter-params'
49+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
50+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.12.2'
51+
52+ testImplementation ' org.assertj:assertj-core:3.27.3'
5053 testImplementation ' com.google.code.bean-matchers:bean-matchers:0.14'
5154}
5255
You can’t perform that action at this time.
0 commit comments