Skip to content

Commit

Permalink
mockito 버전을 올려라
Browse files Browse the repository at this point in the history
- 3.4.0 -> 3.11.1 로 버전을 올렸습니다.
- 3.4.0 은 static method을 사용할 때  MockitoExcension 과 호환되지 않는 이슈가 있습니다.
- 발생 예외 : org.mockito.exceptions.misusing.NotAMockException: Argument passed to Mockito.mockingDetails() should be a mock, but is an instance of class java.lang.Class!
- 이슈 : mockito/mockito#1967
  • Loading branch information
truman-show committed Jun 12, 2021
1 parent ad2f8c9 commit 8a4ca3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -24,7 +24,7 @@ subprojects {

ext {
springBootVersion = "2.3.4.RELEASE"
mockitoVersion = "3.4.0"
mockitoVersion = "3.11.1"
lombokVersion = "1.18.12"
awsSdkVersion = "1.12.5"
}
Expand Down

0 comments on commit 8a4ca3c

Please sign in to comment.