Skip to content

Commit 6cc6d09

Browse files
committed
Update test dependencies
1 parent 13bd34c commit 6cc6d09

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
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: Copyright 2020-2024 Mark Rotteveel
1+
// SPDX-FileCopyrightText: Copyright 2020-2025 Mark Rotteveel
22
// SPDX-License-Identifier: LGPL-2.1-or-later
33
rootProject.name = 'jaybird'
44
include 'chacha64-plugin'
@@ -19,19 +19,19 @@ dependencyResolutionManagement {
1919
}
2020

2121
testLibs {
22-
version('junit', '5.11.4')
23-
version('mockito', '5.14.2')
22+
version('junit', '5.12.1')
23+
version('mockito', '5.16.1')
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.0')
30+
library('assertj-core', 'org.assertj', 'assertj-core').version('3.27.3')
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()
34-
library('awaitility', 'org.awaitility', 'awaitility').version('4.2.2')
34+
library('awaitility', 'org.awaitility', 'awaitility').version('4.3.0')
3535

3636
bundle('junit', ['junit-jupiter'])
3737
bundle('hamcrest', ['hamcrest', 'hamcrest-optional'])

0 commit comments

Comments
 (0)