We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8391e9b + 50b6c8e commit 8132344Copy full SHA for 8132344
build.gradle
@@ -85,7 +85,7 @@ dependencies {
85
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
86
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
87
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
88
- testImplementation 'org.mockito:mockito-core:5.19.0'
+ testImplementation 'org.mockito:mockito-core:5.20.0'
89
90
integrationTestImplementation 'io.rest-assured:rest-assured:5.5.6'
91
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
0 commit comments