From 60c6505623a691498aee914afa4f04c819fdb7b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 20:16:38 +0300 Subject: [PATCH] deps(upgrade): bump com.github.marschall:memoryfilesystem (#837) Bumps [com.github.marschall:memoryfilesystem](https://github.com/marschall/memoryfilesystem) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/marschall/memoryfilesystem/releases) - [Commits](https://github.com/marschall/memoryfilesystem/compare/2.8.0...2.8.1) --- updated-dependencies: - dependency-name: com.github.marschall:memoryfilesystem dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 551d2cf5..73564fd5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,7 +57,7 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0") testImplementation("org.apache.commons:commons-lang3:3.17.0") testImplementation("com.github.marschall:zipfilesystem-standalone:1.0.1") - testImplementation("com.github.marschall:memoryfilesystem:2.8.0") + testImplementation("com.github.marschall:memoryfilesystem:2.8.1") 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")