Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Bump zip4j from 2.7.0 to 2.9.0 #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2021

Bumps zip4j from 2.7.0 to 2.9.0.

Release notes

Sourced from zip4j's releases.

v2.9.0

Improvements:

#324 Support JDK 7 #327 Implement close() on ZipFile

Bug Fixes:

#326 Fix compression method check in AddStreamTask

v2.8.0

New Feature:

  • #287 Close entry on ZipOutputStream if not manually closed when closing entry

Improvements:

  • #281 Skip adding file with empty names
  • #291 Fix failing tests on Windows
  • #301 Set password also via a setter on ZipInputStream
  • #307 Add new compression levels for deflate compression
  • #311 Implement available on ZipInputStream
  • #321 Avoid using StandardCharsets for older Android compatibility

Bug fixes:

  • #290 Read in reverse order to determine end of central directory
  • #308 Add parent file null check when determining path to zip file
  • #309 Read data descriptor for a directory
  • #313 Check for busy state at Abstract zip task level
  • #315 Use equals when comparing for file names in entry deletion
Commits
  • ce1cff6 Release v2.9.0
  • 861f03e #327 Fix bug to close inputstreams when ZipFile is closed multiple times
  • f290b66 #327 Implement Closeable interface on ZipFile
  • 6efc3c3 #324 Downgrade Assertj version to make it JDK 7 compatible
  • 2cb5358 #324 Downgrade to JDK 7
  • 3e422d7 Migrate from travis-ci.org to travis-ci.com
  • 20364a0 #327 Implement close on ZipFile
  • 30493a5 #326 Revert writing of extendedFileHeader flag to outside if condition
  • 44e74c6 #326 Fix compression method check in AddStreamTask
  • 9bdd936 Release v2.8.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [zip4j](https://github.com/srikanth-lingala/zip4j) from 2.7.0 to 2.9.0.
- [Release notes](https://github.com/srikanth-lingala/zip4j/releases)
- [Commits](srikanth-lingala/zip4j@v2.7.0...v2.9.0)

---
updated-dependencies:
- dependency-name: net.lingala.zip4j:zip4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants