Skip to content

Commit

Permalink
deps(upgrade): bump com.github.marschall:memoryfilesystem
Browse files Browse the repository at this point in the history
Bumps [com.github.marschall:memoryfilesystem](https://github.com/marschall/memoryfilesystem) from 2.6.1 to 2.8.0.
- [Release notes](https://github.com/marschall/memoryfilesystem/releases)
- [Commits](marschall/memoryfilesystem@2.6.1...2.8.0)

---
updated-dependencies:
- dependency-name: com.github.marschall:memoryfilesystem
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 15, 2024
1 parent 3b5b403 commit 5e202a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
testImplementation("org.apache.commons:commons-lang3:3.14.0")
testImplementation("com.github.marschall:zipfilesystem-standalone:1.0.1")
testImplementation("com.github.marschall:memoryfilesystem:2.6.1")
testImplementation("com.github.marschall:memoryfilesystem:2.8.0")
testImplementation("org.mockito:mockito-core:4.11.0")
testImplementation("org.mockito:mockito-inline:4.11.0")
testImplementation("org.mockito:mockito-junit-jupiter:4.11.0")
Expand Down

0 comments on commit 5e202a7

Please sign in to comment.