Skip to content

Bump com.github.junrar:junrar from 7.5.10 to 7.6.1 - #58

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 17, 2026

Copy link
Copy Markdown

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

Release notes

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

Release v7.6.1

Changelog

🐛 Fixes

  • better handling of RarVM VM_JMP (687a09c)
  • prevent directory creation outside target directory (e6e333b)

🔄️ Changes

  • build: plugin isolation for spotless (9fd65e3)
  • style: spotless apply" (4a67eb6)
  • spotless apply (0b15bec)

🛠 Build

deps

  • bump gradle-wrapper from 9.5.1 to 9.6.1 (5059b1a)
  • bump ch.qos.logback:logback-classic from 1.5.32 to 1.5.38 (631b5bb)
  • bump org.jreleaser from 1.24.0 to 1.25.0 (99866b7)
  • bump actions/checkout from 6 to 7 (d4133ea)
  • bump codecov/codecov-action from 6 to 7 (609aa12)
  • bump shanegenschaw/pull-request-comment-trigger (82d29d0)

unscoped

  • try fixing JReleaser JGit issue (50665df)
  • try fixing JReleaser JGit issue (87102cd)
  • disable spotless (51db43c)
  • rollback debugging steps (8bf5c21)
  • try to debug jreleaser error (815a9d9)
  • try to debug jreleaser error (a5597d1)
  • try to debug jreleaser error (208157d)
  • fix jreleaser output step (c84d5aa)
  • always perform release if the flag is set (1181f48)
  • allow current version for release workflow (4e495f6)
  • plugin isolation for spotless (0645360)
  • replace checkstyle by spotless (e59ed4b)
  • remove the old regression test workflow (1303567)
  • setup regression test to run with manual approval (4872ae7)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck

Release v7.6.0

Changelog

🚀 Features

  • support random access for files in solid RAR4 archives (e0874d2)

... (truncated)

Changelog

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

7.6.1 (2026-07-21)

🐛 Fixes

  • better handling of RarVM VM_JMP (687a09c)
  • prevent directory creation outside target directory (e6e333b)

🔄️ Changes

  • build: plugin isolation for spotless (9fd65e3)
  • style: spotless apply" (4a67eb6)
  • spotless apply (0b15bec)

🛠 Build

deps

  • bump gradle-wrapper from 9.5.1 to 9.6.1 (5059b1a)
  • bump ch.qos.logback:logback-classic from 1.5.32 to 1.5.38 (631b5bb)
  • bump org.jreleaser from 1.24.0 to 1.25.0 (99866b7)
  • bump actions/checkout from 6 to 7 (d4133ea)
  • bump codecov/codecov-action from 6 to 7 (609aa12)
  • bump shanegenschaw/pull-request-comment-trigger (82d29d0)

unscoped

  • try fixing JReleaser JGit issue (50665df)
  • try fixing JReleaser JGit issue (87102cd)
  • disable spotless (51db43c)
  • rollback debugging steps (8bf5c21)
  • try to debug jreleaser error (815a9d9)
  • try to debug jreleaser error (a5597d1)
  • try to debug jreleaser error (208157d)
  • fix jreleaser output step (c84d5aa)
  • always perform release if the flag is set (1181f48)
  • allow current version for release workflow (4e495f6)
  • plugin isolation for spotless (0645360)
  • replace checkstyle by spotless (e59ed4b)
  • remove the old regression test workflow (1303567)
  • setup regression test to run with manual approval (4872ae7)

7.6.0 (2026-05-13)

🚀 Features

  • support random access for files in solid RAR4 archives (e0874d2)

🏎 Perf

  • replace RarCRC.checkCrc with java.util.zip.CRC32 (5270d23)

🛠 Build

deps

  • bump gradle-wrapper to 9.5.1 (cb4b7fd)
  • bump com.fasterxml.jackson.core:jackson-databind (0bb56b3)

... (truncated)

Commits
  • 9fd65e3 revert: build: plugin isolation for spotless
  • 50665df build: try fixing JReleaser JGit issue
  • 87102cd build: try fixing JReleaser JGit issue
  • 51db43c build: disable spotless
  • 8bf5c21 ci: rollback debugging steps
  • 4a67eb6 revert: style: spotless apply"
  • 815a9d9 ci: try to debug jreleaser error
  • a5597d1 ci: try to debug jreleaser error
  • 208157d ci: try to debug jreleaser error
  • c84d5aa ci: fix jreleaser output step
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [com.github.junrar:junrar](https://github.com/junrar/junrar) from 7.5.10 to 7.6.1.
- [Release notes](https://github.com/junrar/junrar/releases)
- [Changelog](https://github.com/junrar/junrar/blob/master/CHANGELOG.md)
- [Commits](junrar/junrar@v7.5.10...v7.6.1)

---
updated-dependencies:
- dependency-name: com.github.junrar:junrar
  dependency-version: 7.6.1
  dependency-type: direct:development
...

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 Sep 17, 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