Upgrade Mockito 5.13.0 -> 5.14.0 (#1345)

And configure its Java agent such that Byte Buddy does not need to use
the deprecated self-attach mechanism.

See:
- https://github.com/mockito/mockito/releases/tag/v5.14.0
- https://github.com/mockito/mockito/compare/v5.13.0...v5.14.0
This commit is contained in:
Picnic-DevPla-Bot
2024-10-17 15:11:27 +02:00
committed by GitHub
parent ce18b0c058
commit 0bce1a0e29
2 changed files with 27 additions and 6 deletions

View File

@@ -88,10 +88,5 @@
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>