We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b2e89 commit 45d5fa5Copy full SHA for 45d5fa5
allure-notifications-api/build.gradle
@@ -21,7 +21,7 @@ dependencies {
21
testImplementation('org.junit.jupiter:junit-jupiter:5.13.4')
22
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
23
testImplementation('net.bytebuddy:byte-buddy:1.17.6')
24
- testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '4.11.0')
+ testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.19.0')
25
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
26
testImplementation(group: 'org.mockito', name: 'mockito-inline')
27
testImplementation "com.konghq:unirest-mocks:${unirestVersion}"
0 commit comments