Skip to content

Commit

Permalink
Update byte-buddy to 1.14.19
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Aug 16, 2024
1 parent f6e8770 commit d1c9b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,13 +333,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.18</version>
<version>1.14.19</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.18</version>
<version>1.14.19</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ Update junit.jupiter/junit.vintage 5.10.3 and junit.platform 1.10.2
Update bytebuddy to 1.14.18
Update assertj-core to 3.26.3
Update junit dependencies https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/2225
Update bytebuddy to 1.14.19

0 comments on commit d1c9b0f

Please sign in to comment.