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 beee436f Bump jimfs from 1.2 to 1.3.0 (#465) beee436f is described below commit beee436fe8041eb4b458a178af32687d123f00d6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jul 6 20:39:12 2023 -0400 Bump jimfs from 1.2 to 1.3.0 (#465) Bumps [jimfs](https://github.com/google/jimfs) from 1.2 to 1.3.0. - [Release notes](https://github.com/google/jimfs/releases) - [Commits](https://github.com/google/jimfs/compare/v1.2...v1.3.0) --- updated-dependencies: - dependency-name: com.google.jimfs:jimfs dependency-type: direct:development update-type: version-update:semver-minor ... 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 fab23973..caf2eb38 100644 --- a/pom.xml +++ b/pom.xml @@ -265,7 +265,7 @@ file comparators, endian transformation classes, and much more. <dependency> <groupId>com.google.jimfs</groupId> <artifactId>jimfs</artifactId> - <version>1.2</version> + <version>1.3.0</version> <scope>test</scope> </dependency> <dependency>