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 1861a6c commit e2f9d43Copy full SHA for e2f9d43
1 file changed
lib/build.gradle
@@ -53,8 +53,8 @@ dependencies {
53
testImplementation platform('org.junit:junit-bom:5.10.2')
54
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
55
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
56
- testImplementation 'org.mockito:mockito-core:5.10.0'
57
- testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
+ testImplementation 'org.mockito:mockito-core:5.11.0'
+ testImplementation 'org.mockito:mockito-junit-jupiter:5.11.0'
58
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.7'
59
testImplementation 'org.assertj:assertj-core:3.25.3'
60
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
0 commit comments