Skip to content

Commit

Permalink
Fixed #344 - Upgrade smpp to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Apr 6, 2023
1 parent 10b0fef commit 20eca9e
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 @@ -27,6 +27,7 @@
:issue-332: https://github.com/khmarbaise/maven-it-extension/issues/332[Fixed #332]
:issue-334: https://github.com/khmarbaise/maven-it-extension/issues/334[Fixed #334]
:issue-342: https://github.com/khmarbaise/maven-it-extension/issues/342[Fixed #342]
:issue-344: https://github.com/khmarbaise/maven-it-extension/issues/344[Fixed #344]
: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 @@ -68,6 +69,7 @@
* {issue-332} - Upgrade mockito to 5.1.1
* {issue-334} - Upgrade assertj-bom to 3.24.2
* {issue-342} - Upgrade smpp to 6.0.0
* {issue-344} - Upgrade smpp to 6.0.1

*Build Improvements*

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.soebes.smpp</groupId>
<artifactId>smpp</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 20eca9e

Please sign in to comment.