Skip to content

Commit

Permalink
Update byte-buddy to 1.13.0 (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Feb 13, 2023
1 parent 2a1d8b1 commit 9a41971
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -336,13 +336,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.12.23</version>
<version>1.13.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.12.23</version>
<version>1.13.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 9a41971

Please sign in to comment.