Compare commits

...

1 Commits

Author SHA1 Message Date
Harald Kuhr 859153e8e0 Bump org.mockito:mockito-core from 4.11.0 to 5.13.0 2024-09-19 10:54:10 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.11.0</version>
<version>5.13.0</version>
<scope>test</scope>
</dependency>
+1 -1
View File
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.11.0</version>
<version>5.13.0</version>
<scope>test</scope>
</dependency>
</dependencies>