We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5596653 commit 05d8272Copy full SHA for 05d8272
1 file changed
build.gradle
@@ -43,10 +43,10 @@ dependencies {
43
api 'com.squareup.okhttp3:okhttp:4.12.0'
44
api 'com.squareup.okio:okio:3.11.0'
45
46
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2'
47
- testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.2'
48
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
49
- testImplementation 'org.assertj:assertj-core:3.27.3'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
+ testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
+ testImplementation 'org.assertj:assertj-core:3.26.3'
50
testImplementation 'com.google.code.bean-matchers:bean-matchers:0.14'
51
}
52
0 commit comments