Skip to content

build(deps): bump com.github.junrar:junrar from 7.6.1 to 8.1.0 - #724

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.github.junrar-junrar-8.1.0
Open

build(deps): bump com.github.junrar:junrar from 7.6.1 to 8.1.0#724
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.github.junrar-junrar-8.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor

Bumps com.github.junrar:junrar from 7.6.1 to 8.1.0.

Release notes

Sourced from com.github.junrar:junrar's releases.

Release v8.1.0

Changelog

🚀 Features

crypt

  • decrypt legacy RAR 1.3/1.5/2.0 encrypted entries (5da2cb6)

rar14

  • extract entries spanning multiple RAR 1.4 volumes (a4b9591)
  • extract RAR 1.4 entries with Checksum14 verification (11f1d23)
  • parse RAR 1.4 headers and list entries (7ac5a8c)

🐛 Fixes

rar5

  • skip CRC verification when no checksum is stored (62170ff)

unscoped

  • reject RAR 1.4 archives with UnsupportedRarVersionException (e0bc027), closes #293

🏎 Perf

  • buffer RAR decryption without per-byte allocation (5e66082)
  • speed up and cache the RAR4 key derivation (ae6bcc5)
  • backport unrar quick-decode table to the RAR4 decoder (68555aa)

🧪 Tests

rar14

  • replace third-party fixtures with self-authored archives (56d43d8)

regression

  • add legacy RAR era matrix to the corpus (e7392d1)

🛠 Build

deps

  • bump com.fasterxml.jackson.core:jackson-databind (57091f9)
  • bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 (58ea9cf)
  • bump org.bouncycastle:bcprov-jdk18on from 1.84 to 1.85 (5a80ee1)

Contributors

We'd like to thank the following people for their contributions: Andre Brait, Gauthier, Robin Schimpf

Release v8.0.0

Changelog

🚀 Features

api

  • 🚨 remove UnsupportedRarV5Exception: *UnsupportedRarV5Exception is removed. It has not been thrown since RAR5 extraction landed; callers catching it should catch

... (truncated)

Changelog

Sourced from com.github.junrar:junrar's changelog.

8.1.0 (2026-08-03)

🚀 Features

crypt

  • decrypt legacy RAR 1.3/1.5/2.0 encrypted entries (5da2cb6)

rar14

  • extract entries spanning multiple RAR 1.4 volumes (a4b9591)
  • extract RAR 1.4 entries with Checksum14 verification (11f1d23)
  • parse RAR 1.4 headers and list entries (7ac5a8c)

🐛 Fixes

rar5

  • skip CRC verification when no checksum is stored (62170ff)

unscoped

  • reject RAR 1.4 archives with UnsupportedRarVersionException (e0bc027), closes #293

🏎 Perf

  • buffer RAR decryption without per-byte allocation (5e66082)
  • speed up and cache the RAR4 key derivation (ae6bcc5)
  • backport unrar quick-decode table to the RAR4 decoder (68555aa)

🧪 Tests

rar14

  • replace third-party fixtures with self-authored archives (56d43d8)

regression

  • add legacy RAR era matrix to the corpus (e7392d1)

🛠 Build

deps

  • bump com.fasterxml.jackson.core:jackson-databind (57091f9)
  • bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 (58ea9cf)
  • bump org.bouncycastle:bcprov-jdk18on from 1.84 to 1.85 (5a80ee1)

8.0.0 (2026-07-23)

🚀 Features

api

  • 🚨 remove UnsupportedRarV5Exception: UnsupportedRarV5Exception is removed. It has not been thrown since RAR5 extraction landed; callers catching it should catch RarException, or UnsupportedRarVersionException for a version this library genuinely does not implement. (823b42d), closes #289

archive

  • parse RAR5 main/end/crypt + file/service headers (M3.3) (9205d23), closes #24
  • add RAR5 block-header framework (M3.2) (9a1916a), closes #23
  • add vint reader, signature dispatch + SFX scan (M3.1) (4eb0a95), closes #22

crypt

... (truncated)

Commits
  • 57091f9 build(deps): bump com.fasterxml.jackson.core:jackson-databind
  • 58ea9cf build(deps): bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  • 5e66082 perf: buffer RAR decryption without per-byte allocation
  • ae6bcc5 perf: speed up and cache the RAR4 key derivation
  • 68555aa perf: backport unrar quick-decode table to the RAR4 decoder
  • 62170ff fix(rar5): skip CRC verification when no checksum is stored
  • e7392d1 test(regression): add legacy RAR era matrix to the corpus
  • 56d43d8 test(rar14): replace third-party fixtures with self-authored archives
  • a4b9591 feat(rar14): extract entries spanning multiple RAR 1.4 volumes
  • 5da2cb6 feat(crypt): decrypt legacy RAR 1.3/1.5/2.0 encrypted entries
  • 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 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 [com.github.junrar:junrar](https://github.com/junrar/junrar) from 7.6.1 to 8.1.0.
- [Release notes](https://github.com/junrar/junrar/releases)
- [Changelog](https://github.com/junrar/junrar/blob/master/CHANGELOG.md)
- [Commits](junrar/junrar@v7.6.1...v8.1.0)

---
updated-dependencies:
- dependency-name: com.github.junrar:junrar
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Aug 6, 2026
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants