Bump byte-buddy from 1.12.19 to 1.14.9

This commit is contained in:
Andreas Dangel 2023-10-18 17:24:01 +02:00
parent 546a28aa23
commit 6366dc3d97
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

17
pom.xml
View File

@ -835,6 +835,23 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- byte-buddy is used by mockito.
Using a newer version than the one from mockito 4.11.0 for Java 21 compatibility
At least byte-buddy 1.14.3 is required for Java 21.
-->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.9</version>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>com.github.tomakehurst</groupId> <groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId> <artifactId>wiremock-jre8</artifactId>