Skip to content

Commit

Permalink
Fix version of bytebuddy to support Java 22 and 23
Browse files Browse the repository at this point in the history
  • Loading branch information
prasaanth-hbo committed Sep 13, 2024
1 parent c63102c commit 725fc00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.9</version>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.9</version>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
Expand Down

0 comments on commit 725fc00

Please sign in to comment.