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 2020/11/01 15:25:37 UTC

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

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 16391f3  Bump memoryfilesystem from 1.3.0 to 2.1.0 (#131)
16391f3 is described below

commit 16391f3f8a5b0f32921e446a3785de4841b8bae2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Nov 1 10:25:31 2020 -0500

    Bump memoryfilesystem from 1.3.0 to 2.1.0 (#131)
    
    Bumps [memoryfilesystem](https://github.com/marschall/memoryfilesystem) from 1.3.0 to 2.1.0.
    - [Release notes](https://github.com/marschall/memoryfilesystem/releases)
    - [Commits](https://github.com/marschall/memoryfilesystem/compare/1.3.0...2.1.0)
    
    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 1943a72..885fef9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <dependency>
       <groupId>com.github.marschall</groupId>
       <artifactId>memoryfilesystem</artifactId>
-      <version>1.3.0</version>
+      <version>2.1.0</version>
       <scope>test</scope>
     </dependency>