Skip to content

Commit

Permalink
Fixed #427 - Upgrade byte-buddy 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 26, 2023
1 parent 0078142 commit 094362b
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 @@ -185,6 +185,7 @@ class ProfileOnClassIT {
* {issue-396} - Upgrade maven-plugin-plugin to 3.10.2
* {issue-399} - Upgrade all plugins used in IT to most recent versions
* {issue-425} - Upgrade equalsverifier to 3.15.5
* {issue-427} - Upgrade byte-buddy 1.4.11

*Build Improvements*

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.10</version>
<version>1.14.11</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.10</version>
<version>1.14.11</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
Expand Down

0 comments on commit 094362b

Please sign in to comment.