mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Upgrade Mockito 5.13.0 -> 5.14.0 (#1345)
And configure its Java agent such that Byte Buddy does not need to use the deprecated self-attach mechanism. See: - https://github.com/mockito/mockito/releases/tag/v5.14.0 - https://github.com/mockito/mockito/compare/v5.13.0...v5.14.0
This commit is contained in:
committed by
GitHub
parent
ce18b0c058
commit
0bce1a0e29
@@ -88,10 +88,5 @@
|
||||
<artifactId>junit-jupiter-params</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user