Skip to content

Commit 172ad57

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 4de2ed0 + 66b341b commit 172ad57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repositories {
1515
}
1616

1717
dependencies {
18-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
18+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
1919
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2020
testImplementation('com.github.npathai:hamcrest-optional:2.0.0')
2121
testImplementation('org.hamcrest:hamcrest:3.0')
22-
testImplementation('org.mockito:mockito-core:5.12.0')
23-
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.16.2')
22+
testImplementation('org.mockito:mockito-core:5.14.2')
23+
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.17.4')
2424
}
2525

2626
test {

0 commit comments

Comments
 (0)