Skip to content

Commit

Permalink
Bump byte-buddy for Java 21 support
Browse files Browse the repository at this point in the history
  • Loading branch information
labianchin committed Mar 26, 2024
1 parent d4f1fd1 commit bd00208
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.12</version>
</dependency>
<!-- overrides to resolve dependency conflicts - end-->
<!-- overrides with vulnerability fixes - start-->
<dependency>
Expand Down

0 comments on commit bd00208

Please sign in to comment.