Skip to content

Commit 52247d0

Browse files
committed
Bump various test dependencies
1 parent 8546f4f commit 52247d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings.gradle

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

1919
testLibs {
20-
version('junit', '5.13.0')
21-
version('mockito', '5.18.0')
20+
version('junit', '5.13.4')
21+
version('mockito', '5.19.0')
2222

2323
library('junit-bom', 'org.junit', 'junit-bom').versionRef('junit')
2424
library('junit-jupiter', 'org.junit.jupiter', 'junit-jupiter').withoutVersion()
2525
library('junit-platform-launcher', 'org.junit.platform', 'junit-platform-launcher').withoutVersion()
2626
library('hamcrest', 'org.hamcrest', 'hamcrest').version('3.0')
2727
library('hamcrest-optional', 'com.spotify', 'hamcrest-optional').version('1.3.2')
28-
library('assertj-core', 'org.assertj', 'assertj-core').version('3.27.3')
28+
library('assertj-core', 'org.assertj', 'assertj-core').version('3.27.4')
2929
library('mockito-bom', 'org.mockito', 'mockito-bom').versionRef('mockito')
3030
library('mockito-core', 'org.mockito', 'mockito-core').withoutVersion()
3131
library('mockito-junit-jupiter', 'org.mockito', 'mockito-junit-jupiter').withoutVersion()

0 commit comments

Comments
 (0)