Skip to content

Commit a40a42e

Browse files
committed
Upgrade various test dependencies
1 parent 361de10 commit a40a42e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

settings.gradle

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

1919
testLibs {
20-
version('junit', '5.10.2')
21-
version('mockito', '5.12.0')
20+
version('junit', '5.11.4')
21+
version('mockito', '5.14.2')
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()
26-
library('hamcrest', 'org.hamcrest', 'hamcrest').version('2.2')
26+
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.26.0')
28+
library('assertj-core', 'org.assertj', 'assertj-core').version('3.27.0')
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()
32-
library('awaitility', 'org.awaitility', 'awaitility').version('4.2.1')
32+
library('awaitility', 'org.awaitility', 'awaitility').version('4.2.2')
3333

3434
bundle('junit', ['junit-jupiter'])
3535
bundle('hamcrest', ['hamcrest', 'hamcrest-optional'])

0 commit comments

Comments
 (0)