Skip to content

Commit

Permalink
Update bytebuddy to 1.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Oct 10, 2023
1 parent 33eabfd commit 61f38b2
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 @@ -315,13 +315,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.8</version>
<version>1.14.9</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.8</version>
<version>1.14.9</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ Update bytebuddy to 1.14.6 https://github.com/eclipse-platform/eclipse.platform.
Update Mockito to 5.5.0 https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/1264
Update bytebuddy to 1.14.7 https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/1275
Update bytebuddy to 1.14.8
Update bytebuddy to 1.14.9

0 comments on commit 61f38b2

Please sign in to comment.