Skip to content

Commit

Permalink
Merge pull request #72 from NathanEckert/dependencies/upgrade_java_21
Browse files Browse the repository at this point in the history
Upgrade bytebuddy for java 21 compatibility
  • Loading branch information
ashleyfrieze committed Nov 7, 2023
2 parents 9853507 + 48b8ceb commit 5d2a5ce
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.7</version>
<version>1.14.9</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.7</version>
<version>1.14.9</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
Expand Down

0 comments on commit 5d2a5ce

Please sign in to comment.