Skip to content

Commit

Permalink
Fixed #466 - Upgrade JUnit BOM 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Aug 17, 2024
1 parent 1566961 commit fafdb81
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 @@ -37,12 +37,13 @@
:issue-464: https://github.com/khmarbaise/maven-it-extension/issues/464[Fixed #464]
:issue-457: https://github.com/khmarbaise/maven-it-extension/issues/457[Fixed #457]
:issue-459: https://github.com/khmarbaise/maven-it-extension/issues/459[Fixed #459]
: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-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]
:pr-462: https://github.com/khmarbaise/maven-it-extension/pull/462[Pull request #462]
:issue-474: https://github.com/khmarbaise/maven-it-extension/issues/474[Fixed #474]

:release_0_14_0: https://github.com/khmarbaise/maven-it-extension/milestone/14

Expand Down Expand Up @@ -75,6 +76,7 @@
* {issue-440} - Upgrade ITF Framework Maven Version minimum to 3.8.1
* {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-???} - ?

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

0 comments on commit fafdb81

Please sign in to comment.