Skip to content

Commit

Permalink
Upgrade various test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Dec 20, 2024
1 parent 361de10 commit a40a42e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ dependencyResolutionManagement {
}

testLibs {
version('junit', '5.10.2')
version('mockito', '5.12.0')
version('junit', '5.11.4')
version('mockito', '5.14.2')

library('junit-bom', 'org.junit', 'junit-bom').versionRef('junit')
library('junit-jupiter', 'org.junit.jupiter', 'junit-jupiter').withoutVersion()
library('junit-platform-launcher', 'org.junit.platform', 'junit-platform-launcher').withoutVersion()
library('hamcrest', 'org.hamcrest', 'hamcrest').version('2.2')
library('hamcrest', 'org.hamcrest', 'hamcrest').version('3.0')
library('hamcrest-optional', 'com.spotify', 'hamcrest-optional').version('1.3.2')
library('assertj-core', 'org.assertj', 'assertj-core').version('3.26.0')
library('assertj-core', 'org.assertj', 'assertj-core').version('3.27.0')
library('mockito-bom', 'org.mockito', 'mockito-bom').versionRef('mockito')
library('mockito-core', 'org.mockito', 'mockito-core').withoutVersion()
library('mockito-junit-jupiter', 'org.mockito', 'mockito-junit-jupiter').withoutVersion()
library('awaitility', 'org.awaitility', 'awaitility').version('4.2.1')
library('awaitility', 'org.awaitility', 'awaitility').version('4.2.2')

bundle('junit', ['junit-jupiter'])
bundle('hamcrest', ['hamcrest', 'hamcrest-optional'])
Expand Down

0 comments on commit a40a42e

Please sign in to comment.