square / javapoet

A Java API for generating .java source files.
Apache License 2.0
10.81k stars 1.37k forks source link

Update dependency com.google.jimfs:jimfs to v1.3.0 #977

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.jimfs:jimfs 1.2 -> 1.3.0 age adoption passing confidence

Release Notes

google/jimfs (com.google.jimfs:jimfs) ### [`v1.3.0`](https://togithub.com/google/jimfs/releases/tag/v1.3.0): 1.3.0 [Compare Source](https://togithub.com/google/jimfs/compare/v1.2...v1.3.0) Maven dependency: ```xml com.google.jimfs jimfs 1.3.0 ``` ##### What's new in 1.3.0 - Officially dropped support for Java 7, and restored accidentally dropped support for Java 8. ([`5b60a42`](https://togithub.com/google/jimfs/commit/5b60a42)) - Added an `Automatic-Module-Name` to the jar for modules support. ([`6a057ff`](https://togithub.com/google/jimfs/commit/6a057ff63cf9275fa437d9b408ffd7b9c854d0cc)) - Fixed several bugs with the behavior of `FileChannel.transferFrom`. ([`ee785ea`](https://togithub.com/google/jimfs/commit/ee785ea)) - Added `FileTimeSource` and made it possible to set a `FileTimeSource` in the `Configuration` of a file system. ([`139c10e`](https://togithub.com/google/jimfs/commit/139c10e))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.