We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4626fb6 + 6f03aff commit d8ba6d9Copy full SHA for d8ba6d9
gradle/dependencies.gradle
@@ -4,7 +4,7 @@ dependencies {
4
// Use JUnit test framework
5
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
6
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
7
- testImplementation 'org.mockito:mockito-inline:3.11.1'
+ testImplementation 'org.mockito:mockito-inline:3.11.2'
8
9
api 'com.google.code.gson:gson:2.8.7'
10
0 commit comments