Skip to content

Commit 53ea7f0

Browse files
Bump mockito-core from 4.9.0 to 4.10.0 (temporalio#397)
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.9.0 to 4.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.9.0...v4.10.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e72d93 commit 53ea7f0

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
@@ -57,7 +57,7 @@ dependencies {
5757
testImplementation("io.temporal:temporal-testing:1.17.0")
5858

5959
testImplementation "junit:junit:4.13.2"
60-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.9.0'
60+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.10.0'
6161
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.9'
6262

6363
testImplementation "org.junit.jupiter:junit-jupiter-api"

0 commit comments

Comments
 (0)