We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f1fd1 commit bd00208Copy full SHA for bd00208
pom.xml
@@ -178,6 +178,11 @@
178
<artifactId>commons-lang3</artifactId>
179
<version>3.14.0</version>
180
</dependency>
181
+ <dependency>
182
+ <groupId>net.bytebuddy</groupId>
183
+ <artifactId>byte-buddy</artifactId>
184
+ <version>1.14.12</version>
185
+ </dependency>
186
<!-- overrides to resolve dependency conflicts - end-->
187
<!-- overrides with vulnerability fixes - start-->
188
<dependency>
0 commit comments