Merge pull request #39 from omaster395464gh/dependabot/maven/org.mockito-mockito-core-5.1.1

Bump mockito-core from 5.1.0 to 5.1.1
This commit is contained in:
Oliver 2023-01-31 14:31:01 +01:00 committed by GitHub
commit 2639cada54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.1.0</version>
<version>5.1.1</version>
<scope>test</scope>
</dependency>