We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e83992 + 935add1 commit 3caba40Copy full SHA for 3caba40
gradle/dependencies.gradle
@@ -1,7 +1,7 @@
1
dependencies {
2
// Use JUnit test framework
3
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.0'
4
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.0'
5
testImplementation 'org.mockito:mockito-inline:3.12.4'
6
7
api 'com.squareup.okhttp3:okhttp:4.9.1'
0 commit comments