Skip to content

Commit

Permalink
Update byte-buddy to 1.14.3 (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Mar 29, 2023
1 parent b8aabcb commit 39086ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.2</version>
<version>1.14.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.2</version>
<version>1.14.3</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 39086ea

Please sign in to comment.