Skip to content

Commit

Permalink
Update bytebuddy to 1.14.18
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Jul 9, 2024
1 parent 55a3c52 commit ef18b9b
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 @@ -329,13 +329,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.17</version>
<version>1.14.18</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.17</version>
<version>1.14.18</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ Update bytebuddy to 1.14.16
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2044
Update assertj-core to 3.26.0
Update junit.jupiter/junit.vintage 5.10.3 and junit.platform 1.10.2
Update bytebuddy to 1.14.18

0 comments on commit ef18b9b

Please sign in to comment.