Skip to content

Commit f418870

Browse files
committed
Bump test dependencies
1 parent 12da043 commit f418870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ dependencyResolutionManagement {
1717
}
1818

1919
testLibs {
20-
version('junit', '5.12.1')
21-
version('mockito', '5.16.1')
20+
version('junit', '5.12.2')
21+
version('mockito', '5.18.0')
2222

2323
library('junit-bom', 'org.junit', 'junit-bom').versionRef('junit')
2424
library('junit-jupiter', 'org.junit.jupiter', 'junit-jupiter').withoutVersion()

0 commit comments

Comments
 (0)