From decae9005d2e82babde13d61d65d014f23c9c01b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:50:59 +0000 Subject: [PATCH] Bump com.github.marschall:memoryfilesystem from 2.8.0 to 2.8.1 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d120636..793fa75 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ dependencies { testImplementation(group: "org.mockito", name: "mockito-core", version: "5.12.0") testImplementation(group: "org.assertj", name: "assertj-core", version: "3.26.3") - testImplementation(group: "com.github.marschall", name: "memoryfilesystem", version: "2.8.0") + testImplementation(group: "com.github.marschall", name: "memoryfilesystem", version: "2.8.1") }