Skip to content

Commit 849119a

Browse files
build(deps): bump org.mockito:mockito-core from 5.21.0 to 5.23.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.21.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.21.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>
1 parent 57fc294 commit 849119a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ configurations {
2626
dependencies {
2727
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
2828
testImplementation "junit:junit:4.13.2"
29-
testImplementation "org.mockito:mockito-core:5.21.0"
29+
testImplementation "org.mockito:mockito-core:5.23.0"
3030
}
3131

3232
compileKotlin {

0 commit comments

Comments
 (0)