Skip to content

Commit

Permalink
Update bytebuddy to 1.14.13 and commons-io to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Mar 29, 2024
1 parent de72094 commit 200809d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -324,13 +324,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.12</version>
<version>1.14.13</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.12</version>
<version>1.14.13</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
Expand Up @@ -48,3 +48,4 @@ Update Mockito to 5.9.0
Update Mockito to 5.10.0 and assertj-core to 3.25.2
Update assertj-core to 3.25.3
Update bytebuddy to 1.14.12
Update bytebuddy to 1.14.13

0 comments on commit 200809d

Please sign in to comment.