SirBlobman / CombatLogX

A modular Spigot plugin that prevents players from logging out during combat and has many expansions for extra features.
https://www.spigotmc.org/resources/31689/
GNU General Public License v3.0
149 stars 50 forks source link

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

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 7 months ago

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 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)