Skip to content

Commit

Permalink
Explicitly specified byte-buddy version to 1.15.4 to ensure compatibi…
Browse files Browse the repository at this point in the history
…lity with Java 21. (#37)
  • Loading branch information
ysyrota authored Oct 14, 2024
1 parent b7e8677 commit c24ee63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions duo-universal-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@
<version>3.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.4</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit c24ee63

Please sign in to comment.