Skip to content

Commit

Permalink
Update Update byte-buddy to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Aug 24, 2024
1 parent f0f22c7 commit a817639
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.19</version>
<version>1.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.19</version>
<version>1.15.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ 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
Update bytebuddy to 1.15.0

0 comments on commit a817639

Please sign in to comment.