| commit | d3360e10c2d0e445cfd7822e1f511ba415204a2f | [log] [tgz] | 
|---|---|---|
| author | Piotrek Zygielo <piotr.zygielo@gmail.com> | Fri Jun 06 10:35:38 2025 +0200 | 
| committer | Piotrek Zygielo <piotr.zygielo@gmail.com> | Fri Jun 06 10:35:38 2025 +0200 | 
| tree | c5fe10fe04950ae9510fdd0ad98a6cf4dbc7f15f | |
| parent | 6f973ba859d095b5eed5a04d1cf0cf96a094a4f0 [diff] | 
Downgrade mockito-core from 5.9.0 to 4.11.0
diff --git a/hk2-testing/hk2-mockito/pom.xml b/hk2-testing/hk2-mockito/pom.xml index 0b63400..236a86b 100644 --- a/hk2-testing/hk2-mockito/pom.xml +++ b/hk2-testing/hk2-mockito/pom.xml
@@ -95,7 +95,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>5.9.0</version> + <version>4.11.0</version> <scope>provided</scope> </dependency> </dependencies>