forked from phoedos/pmd
Bump byte-buddy from 1.12.19 to 1.14.9
This commit is contained in:
parent
546a28aa23
commit
6366dc3d97
17
pom.xml
17
pom.xml
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user