Skip to content

Commit 6812d52

Browse files
dependabot[bot]loicmathieu
authored andcommitted
build(deps): bump org.mockito:mockito-core from 5.21.0 to 5.22.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.21.0 to 5.22.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.21.0...v5.22.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7156960 commit 6812d52

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
@@ -220,7 +220,7 @@ subprojects {subProj ->
220220
testImplementation "org.junit.jupiter:junit-jupiter-params"
221221
testImplementation "org.junit-pioneer:junit-pioneer"
222222
testImplementation 'org.mockito:mockito-junit-jupiter'
223-
mockitoAgent("org.mockito:mockito-core:5.21.0") {
223+
mockitoAgent("org.mockito:mockito-core:5.22.0") {
224224
transitive = false // just the core
225225
}
226226

0 commit comments

Comments
 (0)