We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf80c9e commit 56bf1c9Copy full SHA for 56bf1c9
lib/build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
testImplementation platform('org.junit:junit-bom:6.0.0')
50
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
51
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
52
- testImplementation 'org.mockito:mockito-core:5.20.0'
+ testImplementation 'org.mockito:mockito-core:5.21.0'
53
testImplementation 'org.mockito:mockito-junit-jupiter:5.20.0'
54
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.2.5'
55
testImplementation 'org.assertj:assertj-core:3.27.6'
0 commit comments