Skip to content

Commit cbdaf82

Browse files
committed
[pom] Bump byte buddy to 1.14.4 to get newer asm
1 parent 528bf8d commit cbdaf82

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,18 @@
317317
<scope>test</scope>
318318
</dependency>
319319

320+
<dependency>
321+
<groupId>net.bytebuddy</groupId>
322+
<artifactId>byte-buddy</artifactId>
323+
<version>1.14.4</version>
324+
<scope>test</scope>
325+
</dependency>
326+
<dependency>
327+
<groupId>net.bytebuddy</groupId>
328+
<artifactId>byte-buddy-agent</artifactId>
329+
<version>1.14.4</version>
330+
<scope>test</scope>
331+
</dependency>
320332
</dependencies>
321333

322334
<build>

0 commit comments

Comments
 (0)