1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Update dependency org.mockito:mockito-core to v3.5.0

This commit is contained in:
Renovate Bot 2020-08-16 00:58:12 +00:00
parent 2aa93f7e96
commit d9d1d0961f
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -320,7 +320,7 @@
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>
<version>3.4.6</version> <version>3.5.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>