Skip to content

Commit b7cf066

Browse files
dependabot[bot]rli
andauthored
Bump org.mockito:mockito-core from 4.6.1 to 5.8.0 (#4014)
* Bump org.mockito:mockito-core from 4.6.1 to 5.7.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 5.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.6.1...v5.7.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update libs.versions.toml * stub * Update libs.versions.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Richard Li <[email protected]> Co-authored-by: Richard Li <[email protected]>
1 parent 06b48ae commit b7cf066

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

core/tst-resources/mockito-extensions/org.mockito.plugins.MockMaker

Lines changed: 0 additions & 1 deletion
This file was deleted.

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ junit5 = "5.10.1"
1717
kotlin = "1.8.10"
1818
# potentially overridden in <root>/settings.gradle.kts
1919
kotlinCoroutines = "1.6.4"
20-
mockito = "4.6.1"
21-
mockitoKotlin = "4.0.0"
20+
mockito = "5.8.0"
21+
mockitoKotlin = "5.2.1"
2222
mockk = "1.13.8"
2323
telemetryGenerator = "1.0.162"
2424
testLogger = "3.1.0"

jetbrains-core/tst/software/aws/toolkits/jetbrains/core/credentials/ToolkitCredentialProcessProviderTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ class ToolkitCredentialProcessProviderTest {
236236
}
237237

238238
private fun stubParser(output: CredentialProcessOutput = CredentialProcessOutput("foo", "bar", null, null)) {
239-
stub {
240-
on { parser.parse(any()) }.thenReturn(output)
239+
parser.stub {
240+
on { parse(any()) }.thenReturn(output)
241241
}
242242
}
243243

0 commit comments

Comments
 (0)