Skip to content

Commit

Permalink
Fixed #392 - Upgrade byte-buddy to 1.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 18, 2023
1 parent 9026945 commit 73567a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
:issue-387: https://github.com/khmarbaise/maven-it-extension/issues/387[Fixed #387]
:issue-388: https://github.com/khmarbaise/maven-it-extension/issues/388[Fixed #388]
:issue-390: https://github.com/khmarbaise/maven-it-extension/issues/390[Fixed #390]
:issue-392: https://github.com/khmarbaise/maven-it-extension/issues/392[Fixed #392]
:issue-??: https://github.com/khmarbaise/maven-it-extension/issues/??[Fixed #??]

:release_0_13_0: https://github.com/khmarbaise/maven-it-extension/milestone/13
Expand Down Expand Up @@ -109,6 +110,7 @@
* {issue-387} - Upgrade smpp to 6.0.4
* {issue-388} - Upgrade memoryfilesystem to 2.7.0
* {issue-390} - Upgrade equalsverifier to 3.15.4
* {issue-392} - Upgrade byte-buddy to 1.14.10

*Build Improvements*

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

0 comments on commit 73567a1

Please sign in to comment.