We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4de2ed0 + 66b341b commit 172ad57Copy full SHA for 172ad57
build.gradle
@@ -15,12 +15,12 @@ repositories {
15
}
16
17
dependencies {
18
- testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
19
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
20
testImplementation('com.github.npathai:hamcrest-optional:2.0.0')
21
testImplementation('org.hamcrest:hamcrest:3.0')
22
- testImplementation('org.mockito:mockito-core:5.12.0')
23
- testImplementation('nl.jqno.equalsverifier:equalsverifier:3.16.2')
+ testImplementation('org.mockito:mockito-core:5.14.2')
+ testImplementation('nl.jqno.equalsverifier:equalsverifier:3.17.4')
24
25
26
test {
0 commit comments