pawandubey / griffin

speedy and simplistic static site generator.
Apache License 2.0
27 stars 7 forks source link

Bump zt-zip from 1.8 to 1.13 #52

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps zt-zip from 1.8 to 1.13.

Changelog

Sourced from zt-zip's changelog.

1.13 (2nd May 2018)

  • Fixed a possible security vulnerability reported by Snyk Security Research Team
  • Fixed same-zip bug for transformEntry method

1.12 (1st August 2017)

  • Fixed a resource leakage with ZipInputStream
  • Fixed a NoSuchMethodError on Android platforms

1.11 (31st January 2017)

  • Added iterate and unpack methods that accept a Charset

1.10 (28th October 2016)

  • Added user configurable compression level to packEntries()
  • Added more overloaded methods to the pack() method for convenience
  • Bumped embedded Apache Commons from 1.4 to 2.2

1.9 (20th November 2015)

  • Bumped minimal supported Java version to Java 5
  • Added support for Java 7 POSIX file permissions
  • Added ability to create and update byte-array backed ZIP streams
  • Added ability to specify/replace compression level of ZipEntry
  • Added BackslashUnpacker for broken (Windows) ZIP archives
  • Fixed not closing InputStream after processing each ZipEntrySource
  • Fixed buffering when creating and updating ZIP streams
Commits
  • 2aa8c72 Prepare release zt-zip-1.13
  • 34ffa7b More updates to the changelog before the release
  • 863e82d Updated changelog for a 1.13 release
  • a264aec Removing JDK10 from the Travis testing matrix
  • 646b533 Added jdk9 and jdk10 into the matrix
  • 92583bb Changed the ZIP archives to fix the test
  • 5820e66 Fixing brainfart in some tests
  • 5c68d26 Changed Travis to use the maven wrapper
  • a8d3484 Added Maven Wrapper to the project, mvn ver 3.5.2
  • e713af9 Renamed Unwraper to Unwrapper
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/pawandubey/griffin/network/alerts).
pawandubey commented 2 years ago

@dependabot rebase