Skip to content

Commit

Permalink
Fixed #319 - Upgrade JUnit Jupiter to 5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Jan 10, 2023
1 parent 77c4815 commit 8db889f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
== Pre-release 0.13.0

:issue-277: https://github.com/khmarbaise/maven-it-extension/issues/277[Fixed #277]
:issue-319: https://github.com/khmarbaise/maven-it-extension/issues/319[Fixed #319]
: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 @@ -53,7 +54,7 @@

*Dependency Upgrades*

* {issue-???} - ??
* {issue-319} - Upgrade JUnit Jupiter to 5.9.2

*Build Improvements*

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

0 comments on commit 8db889f

Please sign in to comment.