Skip to content

Commit

Permalink
Fixed #453 - Upgrade memoryfilesystem to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Jan 5, 2024
1 parent c40b897 commit 1f292b9
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 @@ -28,6 +28,7 @@
:issue-447: https://github.com/khmarbaise/maven-it-extension/issues/447[Fixed #447]
:issue-449: https://github.com/khmarbaise/maven-it-extension/issues/449[Fixed #449]
:issue-451: https://github.com/khmarbaise/maven-it-extension/issues/451[Fixed #451]
:issue-453: https://github.com/khmarbaise/maven-it-extension/issues/453[Fixed #453]

:release_0_14_0: https://github.com/khmarbaise/maven-it-extension/milestone/14

Expand All @@ -52,6 +53,7 @@

* {issue-420} - Upgrade assertj-bom to 3.25.0
* {issue-451} - Upgrade assertj-bom to 3.25.1
* {issue-453} - Upgrade memoryfilesystem to 2.8.0
* {issue-???} - ?

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

0 comments on commit 1f292b9

Please sign in to comment.