Skip to content

Commit 02a1246

Browse files
committed
Update dependency.
1 parent be80b6a commit 02a1246

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@
113113
<artifactId>jna-platform</artifactId>
114114
<version>${jna-version}</version>
115115
</dependency>
116+
<dependency>
117+
<groupId>net.bytebuddy</groupId>
118+
<artifactId>byte-buddy</artifactId>
119+
<version>1.18.1</version>
120+
</dependency>
116121
<dependency>
117122
<groupId>cglib</groupId>
118123
<artifactId>cglib</artifactId>

0 commit comments

Comments
 (0)