Skip to content

Commit

Permalink
Fixed #477 - Upgrade assertj-bom 3.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Aug 23, 2024
1 parent fafdb81 commit 7535b25
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 @@ -40,6 +40,7 @@
:issue-466: https://github.com/khmarbaise/maven-it-extension/issues/466[Fixed #466]
:issue-468: https://github.com/khmarbaise/maven-it-extension/issues/468[Fixed #468]
:issue-474: https://github.com/khmarbaise/maven-it-extension/issues/474[Fixed #474]
:issue-477: https://github.com/khmarbaise/maven-it-extension/issues/477[Fixed #477]
:issue-481: https://github.com/khmarbaise/maven-it-extension/issues/481[Fixed #481]
:issue-483: https://github.com/khmarbaise/maven-it-extension/issues/483[Fixed #483]
:pr-460: https://github.com/khmarbaise/maven-it-extension/pull/460[Pull request #460]
Expand Down Expand Up @@ -77,6 +78,7 @@
* {issue-468} - Upgrade mockito-bom 5.12.0
* {issue-481} - Upgrade smpp to 7.0.0
* {issue-466} - Upgrade JUnit-BOM 5.11.0
* {issue-477} - Upgrade assertj-bom 3.26.3
* {issue-???} - ?

*Build Improvements*
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-bom</artifactId>
<version>3.25.1</version>
<version>3.26.3</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 7535b25

Please sign in to comment.