Skip to content

Commit

Permalink
Fixed #425 - Upgrade equalsverifier 3.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 26, 2023
1 parent dc7cdef commit 30d4f66
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 @@ -63,6 +63,7 @@
:issue-414: https://github.com/khmarbaise/maven-it-extension/issues/414[Fixed #414]
:issue-417: https://github.com/khmarbaise/maven-it-extension/issues/417[Fixed #417]
:issue-421: https://github.com/khmarbaise/maven-it-extension/issues/421[Fixed #421]
:issue-425: https://github.com/khmarbaise/maven-it-extension/issues/425[Fixed #425]
: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 @@ -183,6 +184,7 @@ class ProfileOnClassIT {
* {issue-394} - Upgrade mockito to 5.8.0
* {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

*Build Improvements*

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

0 comments on commit 30d4f66

Please sign in to comment.