Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.zeroturnaround:zt-zip from 1.16 to 1.17 #802

Merged
merged 1 commit into from May 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps org.zeroturnaround:zt-zip from 1.16 to 1.17.

Changelog

Sourced from org.zeroturnaround:zt-zip's changelog.

1.17 (28th Jan 2024)

  • Exclude rebel.xml file from release artefact
  • Added ProGuard rule to preserve org.zeroturnaround.zip.extra.ZipExtraField.

1.15 (4th Mar 2022)

  • Changed to ignore bad extra field entry error for permission extraction

1.14 (10th Feb 2020)

  • Added removeEntries that copies to OutputStream
  • Added createEmpty

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

1.8 (7th July 2014)

  • Removed dependency on commons-io
  • ZipUtil.pack more memory efficient for large directories
  • Fixed preserving compressed state of copied entries
  • Fixed packing files from a directory based on an accept filter
  • Improved Charset support

1.6-SNAPSHOT (17th September 2012)

Commits
  • 9feb38d [maven-release-plugin] prepare release zt-zip-1.17
  • 8119a89 Update changelog
  • 2c2b20f Exclude rebel.xml from artefact
  • 5e6ccbd Merge branch 'master' of github.com:zeroturnaround/zt-zip
  • e54fe33 Updated latest version to 1.16 in the example
  • 5b605e8 prepare for next development iteration
  • 3a5c23d Merge pull request #152 from madisp/madisp/add-proguard-rules
  • 77abfbf Add proguard rules for downstream consumption
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [org.zeroturnaround:zt-zip](https://github.com/zeroturnaround/zt-zip) from 1.16 to 1.17.
- [Changelog](https://github.com/zeroturnaround/zt-zip/blob/master/Changelog.txt)
- [Commits](zeroturnaround/zt-zip@zt-zip-1.16...zt-zip-1.17)

---
updated-dependencies:
- dependency-name: org.zeroturnaround:zt-zip
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 29, 2024
@SirBlobman SirBlobman merged commit e38ce4c into main May 9, 2024
@dependabot dependabot bot deleted the dependabot/gradle/org.zeroturnaround-zt-zip-1.17 branch May 9, 2024 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant