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