Skip to content

Commit

Permalink
Update target platform's bytebuddy dependencies to the latest availab…
Browse files Browse the repository at this point in the history
…le (#807)
  • Loading branch information
merks committed Jan 13, 2023
1 parent fc8e921 commit 7ee7669
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.12.21</version>
<version>1.12.22</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.12.21</version>
<version>1.12.22</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 7ee7669

Please sign in to comment.