Skip to content

Commit c24ee63

Browse files
authored
Explicitly specified byte-buddy version to 1.15.4 to ensure compatibility with Java 21. (#37)
1 parent b7e8677 commit c24ee63

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

duo-universal-sdk/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@
129129
<version>3.11.2</version>
130130
<scope>test</scope>
131131
</dependency>
132+
<dependency>
133+
<groupId>net.bytebuddy</groupId>
134+
<artifactId>byte-buddy</artifactId>
135+
<version>1.15.4</version>
136+
</dependency>
132137
</dependencies>
133138

134139
<build>

0 commit comments

Comments
 (0)