Skip to content

Commit 1f2db95

Browse files
Bump org.mockito:mockito-core from 5.22.0 to 5.23.0 (#34)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.22.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.22.0...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c30e632 commit 1f2db95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ dependencies {
2727
testImplementation platform('org.junit:junit-bom:6.0.3')
2828
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3'
2929
testImplementation 'org.junit.platform:junit-platform-launcher:6.0.3'
30-
testImplementation 'org.mockito:mockito-core:5.22.0'
31-
mockitoAgent('org.mockito:mockito-core:5.22.0') {
30+
testImplementation 'org.mockito:mockito-core:5.23.0'
31+
mockitoAgent('org.mockito:mockito-core:5.23.0') {
3232
transitive = false
3333
}
3434
}

0 commit comments

Comments
 (0)