Skip to content

Commit bf75025

Browse files
Bump org.mockito:mockito-core from 5.18.0 to 5.19.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.18.0 to 5.19.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.18.0...v5.19.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c44e527 commit bf75025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
// ***** TEST DEPENDENCIES *****
2525
testImplementation('org.junit.jupiter:junit-jupiter-api:5.13.4')
2626
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.13.4')
27-
testImplementation('org.mockito:mockito-core:5.18.0')
27+
testImplementation('org.mockito:mockito-core:5.19.0')
2828
}
2929

3030
application {

0 commit comments

Comments
 (0)