Skip to content

chore(deps): Bump zip4j from 2.7.0 to 2.8.0

Griefed requested to merge dependabot/gradle/net.lingala.zip4j-zip4j-2.8.0 into main

Created by: dependabot[bot]

Bumps zip4j from 2.7.0 to 2.8.0.

Release notes

Sourced from zip4j's releases.

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
  • 9bdd936 Release v2.8.0
  • a0b9dee #287 Set entryClosed flag to true on ZipOutputStream initialisation
  • f88f0fb #281 Skip adding file with empty names
  • 3d0bfc3 #287 Close entry on ZipOutputStream if not manually closed when closing entry
  • 97679f8 #301 Set password also via a setter on ZipInputStream
  • d7094b9 #309 Read data descriptor for a directory
  • 8aed2ed #307 Add new compression levels for deflate compression
  • e94b752 #311 Implement available on ZipInputStream
  • d61b423 #308 Add parent file null check when determining path to zip file
  • 4e2f5b2 #290 Fix failing tests
  • 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)

Merge request reports

Loading