Skip to content

Commit

Permalink
Fixed #366 - Upgrade memoryfilesystem to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Jun 30, 2023
1 parent 6a62ae1 commit e72a113
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 @@ -35,6 +35,7 @@
: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-366: https://github.com/khmarbaise/maven-it-extension/issues/366[Fixed #366]
: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 @@ -83,6 +84,7 @@
* {issue-360} - Upgrade smpp to 6.0.2
* {issue-362} - Upgrade mockito to 5.4.0
* {issue-364} - Upgrade smpp to 6.0.3
* {issue-366} - Upgrade memoryfilesystem to 2.6.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 @@ -98,7 +98,7 @@
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>memoryfilesystem</artifactId>
<version>2.5.0</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apiguardian</groupId>
Expand Down

0 comments on commit e72a113

Please sign in to comment.