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

[CI skip] Merge pull request #2276 from TheBusyBiscuit/renovate/org.mockito-mockito-core-3.x

Update dependency org.mockito:mockito-core to v3.5.9
This commit is contained in:
TheBusyBiscuit 2020-09-02 09:13:52 +02:00 committed by GitHub
commit 6d560c4884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.5.7</version> <version>3.5.9</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>