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/01/06 14:38:48 UTC

[commons-io] branch master updated: Bump jimfs from 1.1 to 1.2 (#183)

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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 72b5fa2  Bump jimfs from 1.1 to 1.2 (#183)
72b5fa2 is described below

commit 72b5fa2219a2448968919a86d39bece512bdc475
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 6 09:38:40 2021 -0500

    Bump jimfs from 1.1 to 1.2 (#183)
    
    Bumps [jimfs](https://github.com/google/jimfs) from 1.1 to 1.2.
    - [Release notes](https://github.com/google/jimfs/releases)
    - [Commits](https://github.com/google/jimfs/compare/v1.1...v1.2)
    
    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 b2f6c89..4f86614 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,7 +262,7 @@ file comparators, endian transformation classes, and much more.
     <dependency>
       <groupId>com.google.jimfs</groupId>
       <artifactId>jimfs</artifactId>
-      <version>1.1</version>
+      <version>1.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>