Skip to content

Commit 137ae68

Browse files
author
may
committed
Fixed JUnit issues
1 parent 05d8272 commit 137ae68

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

build.gradle

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)