Skip to content

Commit dbd9175

Browse files
committed
Upgrade various test dependencies
1 parent caf7cf4 commit dbd9175

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
@@ -20,14 +20,14 @@ dependencyResolutionManagement {
2020

2121
testLibs {
2222
version('junit', '5.13.4')
23-
version('mockito', '5.19.0')
23+
version('mockito', '5.21.0')
2424

2525
library('junit-bom', 'org.junit', 'junit-bom').versionRef('junit')
2626
library('junit-jupiter', 'org.junit.jupiter', 'junit-jupiter').withoutVersion()
2727
library('junit-platform-launcher', 'org.junit.platform', 'junit-platform-launcher').withoutVersion()
2828
library('hamcrest', 'org.hamcrest', 'hamcrest').version('3.0')
2929
library('hamcrest-optional', 'com.spotify', 'hamcrest-optional').version('1.3.2')
30-
library('assertj-core', 'org.assertj', 'assertj-core').version('3.27.4')
30+
library('assertj-core', 'org.assertj', 'assertj-core').version('3.27.6')
3131
library('mockito-bom', 'org.mockito', 'mockito-bom').versionRef('mockito')
3232
library('mockito-core', 'org.mockito', 'mockito-core').withoutVersion()
3333
library('mockito-junit-jupiter', 'org.mockito', 'mockito-junit-jupiter').withoutVersion()

0 commit comments

Comments
 (0)