This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new 7043f3cc3 Bump com.github.marschall:memoryfilesystem from 2.8.0 to 2.8.1 (#577) 7043f3cc3 is described below commit 7043f3cc3bc904ff113ed800b71e174c9b233116 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Sep 23 07:16:57 2024 -0400 Bump com.github.marschall:memoryfilesystem from 2.8.0 to 2.8.1 (#577) 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bde9f1a77..92661c89a 100644 --- a/pom.xml +++ b/pom.xml @@ -169,7 +169,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <dependency> <groupId>com.github.marschall</groupId> <artifactId>memoryfilesystem</artifactId> - <version>2.8.0</version> + <version>2.8.1</version> <scope>test</scope> </dependency>