serivesmejia / EOCV-Sim

FTC Library EasyOpenCV simulator for testing vision pipelines in a computer
MIT License
12 stars 8 forks source link

Bump zip4j from 2.7.0 to 2.9.0 #46

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

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)