Bump byte-buddy from 1.14.9 to 1.14.12

This commit is contained in:
Andreas Dangel 2024-03-07 09:43:27 +01:00
parent 2a7b427b2b
commit d38a676651
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -905,13 +905,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.9</version>
<version>1.14.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.9</version>
<version>1.14.12</version>
<scope>test</scope>
</dependency>