[MNG-7929] - Upgrade Mockito to 5.7.0

This commit is contained in:
Karl Heinz Marbaise 2023-11-13 12:00:42 +01:00
parent 6f0b5c0639
commit 7cfdedefb6
No known key found for this signature in database
GPG Key ID: BF1518E0160788A2
2 changed files with 1 additions and 6 deletions

View File

@ -149,11 +149,6 @@ under the License.
<artifactId>commons-jxpath</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>

View File

@ -151,7 +151,7 @@ under the License.
<commonsCliVersion>1.5.0</commonsCliVersion>
<commonsIoVersion>2.11.0</commonsIoVersion>
<junitVersion>5.10.1</junitVersion>
<mockitoVersion>5.2.0</mockitoVersion>
<mockitoVersion>5.7.0</mockitoVersion>
<plexusInterpolationVersion>1.26</plexusInterpolationVersion>
<plexusXmlVersion>4.0.1</plexusXmlVersion>
<guiceVersion>5.1.0</guiceVersion>