File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,8 @@ subprojects {
215215 implementation project(' :core' )
216216 }
217217
218- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.0'
219- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.0'
218+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.3'
219+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.3'
220+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.12.2'
220221 }
221222}
Original file line number Diff line number Diff line change 11
22dependencies {
33 implementation ' com.auth0:java-jwt:4.5.0'
4- implementation ' com.squareup.okhttp3:okhttp:4.12.0 '
4+ implementation ' com.squareup.okhttp3:okhttp:5.3.2 '
55 implementation ' com.google.code.gson:gson:2.9.1'
66
77 testImplementation ' com.squareup.okhttp3:mockwebserver:5.3.2'
8- testImplementation ' org.mockito:mockito-core:5.18 .0'
9- testImplementation ' org.mockito:mockito-junit-jupiter:5.18 .0'
8+ testImplementation ' org.mockito:mockito-core:5.21 .0'
9+ testImplementation ' org.mockito:mockito-junit-jupiter:5.21 .0'
1010}
You can’t perform that action at this time.
0 commit comments