Skip to content

Commit

Permalink
Fixed #364 - Upgrade smpp to 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Jun 30, 2023
1 parent ed478ff commit 6a62ae1
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 @@ -34,6 +34,7 @@
:issue-353: https://github.com/khmarbaise/maven-it-extension/issues/353[Fixed #353]
:issue-360: https://github.com/khmarbaise/maven-it-extension/issues/360[Fixed #360]
:issue-362: https://github.com/khmarbaise/maven-it-extension/issues/362[Fixed #362]
:issue-364: https://github.com/khmarbaise/maven-it-extension/issues/364[Fixed #363]
: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 @@ -81,6 +82,7 @@
* {issue-319} - Upgrade JUnit Jupiter to 5.9.3
* {issue-360} - Upgrade smpp to 6.0.2
* {issue-362} - Upgrade mockito to 5.4.0
* {issue-364} - Upgrade smpp to 6.0.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 @@ -26,7 +26,7 @@
<parent>
<groupId>com.soebes.smpp</groupId>
<artifactId>smpp</artifactId>
<version>6.0.2</version>
<version>6.0.3</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 6a62ae1

Please sign in to comment.