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

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

Update dependency org.mockito:mockito-core to v3.7.0
This commit is contained in:
TheBusyBiscuit 2021-01-05 20:55:03 +01:00 committed by GitHub
commit 43849aa46d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -328,7 +328,7 @@
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>
<version>3.6.28</version> <version>3.7.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>