Skip to content

Commit 45d5fa5

Browse files
Bump org.mockito:mockito-bom from 4.11.0 to 5.19.0
Bumps [org.mockito:mockito-bom](https://github.com/mockito/mockito) from 4.11.0 to 5.19.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.11.0...v5.19.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39b2e89 commit 45d5fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allure-notifications-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
testImplementation('org.junit.jupiter:junit-jupiter:5.13.4')
2222
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
2323
testImplementation('net.bytebuddy:byte-buddy:1.17.6')
24-
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '4.11.0')
24+
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.19.0')
2525
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
2626
testImplementation(group: 'org.mockito', name: 'mockito-inline')
2727
testImplementation "com.konghq:unirest-mocks:${unirestVersion}"

0 commit comments

Comments
 (0)