Skip to content

Commit

Permalink
Fixed #390 - Upgrade equalsverifier to 3.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 18, 2023
1 parent fb8408d commit 9026945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
:issue-384: https://github.com/khmarbaise/maven-it-extension/issues/384[Fixed #384]
: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-??: 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 @@ -107,6 +108,7 @@
* {issue-384} - Upgrade JUnit Jupiter to 5.10.1
* {issue-387} - Upgrade smpp to 6.0.4
* {issue-388} - Upgrade memoryfilesystem to 2.7.0
* {issue-390} - Upgrade equalsverifier to 3.15.4

*Build Improvements*

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.4.2</version>
<version>3.15.4</version>
</dependency>
<dependency>
<groupId>com.github.marschall</groupId>
Expand Down

0 comments on commit 9026945

Please sign in to comment.