Skip to content

Commit 9fb11eb

Browse files
chore(deps): bump org.mockito:mockito-junit-jupiter
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.18.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.18.0...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 148b363 commit 9fb11eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ dependencies {
55
implementation 'com.google.code.gson:gson:2.9.1'
66

77
testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2'
8-
testImplementation 'org.mockito:mockito-core:5.18.0'
9-
testImplementation 'org.mockito:mockito-junit-jupiter:5.18.0'
8+
testImplementation 'org.mockito:mockito-core:5.21.0'
9+
testImplementation 'org.mockito:mockito-junit-jupiter:5.21.0'
1010
}

0 commit comments

Comments
 (0)