We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a6f64e + 289a9b8 commit 66eb2b5Copy full SHA for 66eb2b5
gradle/dependencies.gradle
@@ -3,7 +3,7 @@ dependencies {
3
4
// Use JUnit test framework
5
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
6
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
7
testImplementation 'org.mockito:mockito-inline:5.2.0'
8
9
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
0 commit comments