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 2130e12f4 Bump com.github.marschall:memoryfilesystem from 2.6.1 to
2.7.0 (#444)
2130e12f4 is described below
commit 2130e12f474635fba9f66a039d9473a98e27f363
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 22 14:29:09 2023 -0500
Bump com.github.marschall:memoryfilesystem from 2.6.1 to 2.7.0 (#444)
Bumps
[com.github.marschall:memoryfilesystem](https://github.com/marschall/memoryfilesystem)
from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/marschall/memoryfilesystem/releases)
-
[Commits](https://github.com/marschall/memoryfilesystem/compare/2.6.1...2.7.0)
---
updated-dependencies:
- dependency-name: com.github.marschall:memoryfilesystem
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 5268c4245..1ceb9ae23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z,
arj.
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>memoryfilesystem</artifactId>
- <version>2.6.1</version>
+ <version>2.7.0</version>
<scope>test</scope>
</dependency>