Skip to content
This repository was archived by the owner on Jul 16, 2022. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2022

Bumps dictzip from 0.9.5 to 0.11.1.

Changelog

Sourced from dictzip's changelog.

[0.11.1] - 2022-01-30

Added

  • Support mark/reset method in DictZipInputStream(#43)

[0.11.0] - 2022-01-30

Fixed

  • Fix EOFException on some archive when read(#42)

Changed

  • Introduce length and position method that return size and content position as long
    • DictZipInputStream#length
    • DictZipInputStream#position
    • RandomAccessInputStream#position
    • RandomAccessOutputStream#position

Deprecated

  • RandomAccessInputStream#getPos method that return int.

[0.10.3] - 2022-01-18

Fixed

  • Release actions script
  • Fix test case to pass when external dictzip does not exist

[0.10.0] - 2022-01-18

Fixed

  • DictZipOutputStream to produce good archive.(#38) all old versions of dictzip-java produce broken archive.

Changed

  • Bump Gradle@7.3.3
  • Bump commons-io@2.11.0
  • generate version property by gradle
  • reorganize test utility library
  • Add test cases for DictZipOutputStream class.
  • test: move to JUnit5
  • Enable header CRC check
  • Bump actions/setup-java@2.5.0
  • Use actions gradle/gradle-build-action@v2

Removed

  • Artifact upload on actions page
Commits
  • a0e6944 Release v0.11.1
  • b488bd0 Merge pull request #43 from dictzip/topic/miurahr/support-mark-reset
  • ec13520 Support mark/reset for DictZipInputStream
  • 4d97f5a Release v0.11.0
  • e741c5d Update copyright year 2022
  • 8e7bd06 Merge pull request #42 from dictzip/topic/miurahr/get-pos-dictzip
  • abbe25f Fix constructor of DictZipInputStream class
  • 959bbc8 Support raw offset of DictZipInputStream
  • 3dc82af Support RandomAccess Stream position
  • 5d8c9df Merge pull request #41 from dictzip/dependabot/gradle/com.palantir.git-versio...
  • 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)

Bumps [dictzip](https://github.com/dictzip/dictzip-java) from 0.9.5 to 0.11.1.
- [Release notes](https://github.com/dictzip/dictzip-java/releases)
- [Changelog](https://github.com/dictzip/dictzip-java/blob/master/CHANGELOG.md)
- [Commits](dictzip/dictzip-java@v0.9.5...v0.11.1)

---
updated-dependencies:
- dependency-name: io.github.dictzip:dictzip
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 31, 2022
@miurahr miurahr merged commit 4706a07 into main Feb 3, 2022
@dependabot dependabot bot deleted the dependabot/gradle/io.github.dictzip-dictzip-0.11.1 branch February 3, 2022 02:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant