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 Apr 23, 2024
1 parent 69547ab commit fa233db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -37,6 +37,7 @@
: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]
: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]

Expand Down Expand Up @@ -69,6 +70,7 @@
* {issue-453} - Upgrade memoryfilesystem to 2.8.0
* {issue-463} - Upgrade smpp to 6.0.6
* {issue-440} - Upgrade ITF Framework Maven Version minimum to 3.8.1
* {issue-466} - Upgrade JUnit-BOM 5.11.0
* {issue-???} - ?

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

0 comments on commit fa233db

Please sign in to comment.