You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/08/06 14:42:41 UTC

[commons-compress] branch master updated: Bump memoryfilesystem from 2.1.0 to 2.2.0 (#212)

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 bd522f0  Bump memoryfilesystem from 2.1.0 to 2.2.0 (#212)
bd522f0 is described below

commit bd522f0d5ba0e03b8162c3158b8ff61fa4921638
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 6 10:42:36 2021 -0400

    Bump memoryfilesystem from 2.1.0 to 2.2.0 (#212)
    
    Bumps [memoryfilesystem](https://github.com/marschall/memoryfilesystem) from 2.1.0 to 2.2.0.
    - [Release notes](https://github.com/marschall/memoryfilesystem/releases)
    - [Commits](https://github.com/marschall/memoryfilesystem/compare/2.1.0...2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.marschall:memoryfilesystem
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a3ba374..3ac6c80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <dependency>
       <groupId>com.github.marschall</groupId>
       <artifactId>memoryfilesystem</artifactId>
-      <version>2.1.0</version>
+      <version>2.2.0</version>
       <scope>test</scope>
     </dependency>