Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates mockito-core 4.6.1 -> 4.8.1 #474

Merged
merged 1 commit into from Mar 20, 2023

Conversation

jkugiya
Copy link
Contributor

@jkugiya jkugiya commented Nov 1, 2022

Updates mockito-scala

Relates: mockito/mockito#2720

@@ -22,7 +21,7 @@ object ReturnsSmartNulls extends DefaultAnswer {
None
}

case class ThrowsSmartNullPointer(unstubbedInvocation: InvocationOnMock, location: Location = new LocationImpl) extends Answer[AnyRef] {
case class ThrowsSmartNullPointer(unstubbedInvocation: InvocationOnMock, location: Location = LocationFactory.create()) extends Answer[AnyRef] {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LocationImpl
=> Java9PlusLocationImpl for Java 9+
=> java8LocationImpl for Java8

@lesiak
Copy link

lesiak commented Mar 20, 2023

Any chance to get this merged?

@ultrasecreth ultrasecreth merged commit 080b33d into mockito:release/1.x Mar 20, 2023
@jkugiya jkugiya deleted the chore/update_mockito-core branch March 24, 2023 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants