Skip to content

Commit 3ee5314

Browse files
committed
Bump various test dependencies
1 parent 96e5ce2 commit 3ee5314

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

settings.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ dependencyResolutionManagement {
1919
}
2020

2121
testLibs {
22-
version('junit', '6.0.2')
23-
version('mockito', '5.21.0')
22+
version('junit', '6.0.3')
23+
version('mockito', '5.23.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.6')
30+
library('assertj-core', 'org.assertj', 'assertj-core').version('3.27.7')
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)