Skip to content

Commit

Permalink
Fixed #353 - Upgrade JUnit Jupiter 5.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Apr 26, 2023
1 parent e27f33c commit 1af3fb6
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 @@ -31,6 +31,7 @@
:issue-344: https://github.com/khmarbaise/maven-it-extension/issues/346[Fixed #346]
:issue-348: https://github.com/khmarbaise/maven-it-extension/issues/346[Fixed #348]
:issue-351: https://github.com/khmarbaise/maven-it-extension/issues/351[Fixed #351]
:issue-353: https://github.com/khmarbaise/maven-it-extension/issues/353[Fixed #353]
: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 @@ -75,6 +76,7 @@
* {issue-344} - Upgrade smpp to 6.0.1
* {issue-346} - Upgrade mockito-bom to 5.3.0
* {issue-348} - Upgrade memoryfilesystem to 2.5.0
* {issue-319} - Upgrade JUnit Jupiter to 5.9.3

*Build Improvements*

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

0 comments on commit 1af3fb6

Please sign in to comment.