Skip to content

Commit

Permalink
Merge pull request #88 from prasaanth-hbo/prasaanth/bump-byte-buddy
Browse files Browse the repository at this point in the history
Upgrade version of bytebuddy to support Java 22 and 23
  • Loading branch information
ashleyfrieze committed Sep 14, 2024
2 parents c63102c + 725fc00 commit 1748714
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 1748714

Please sign in to comment.