Skip to content

Commit

Permalink
Fixed #388 - Upgrade memoryfilesystem to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 18, 2023
1 parent 19d4691 commit fb8408d
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 @@ -45,6 +45,7 @@
:issue-382: https://github.com/khmarbaise/maven-it-extension/issues/382[Fixed #382]
:issue-384: https://github.com/khmarbaise/maven-it-extension/issues/384[Fixed #384]
:issue-387: https://github.com/khmarbaise/maven-it-extension/issues/387[Fixed #387]
:issue-388: https://github.com/khmarbaise/maven-it-extension/issues/388[Fixed #388]
: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 @@ -105,6 +106,7 @@
* {issue-376} - Upgrade apiguardian-api to 1.1.2
* {issue-384} - Upgrade JUnit Jupiter to 5.10.1
* {issue-387} - Upgrade smpp to 6.0.4
* {issue-388} - Upgrade memoryfilesystem to 2.7.0

*Build Improvements*

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>memoryfilesystem</artifactId>
<version>2.6.1</version>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>org.apiguardian</groupId>
Expand Down

0 comments on commit fb8408d

Please sign in to comment.