Skip to content

Bump com.github.junrar:junrar from 7.5.3 to 7.5.8#10

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/com.github.junrar-junrar-7.5.8
Open

Bump com.github.junrar:junrar from 7.5.3 to 7.5.8#10
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/com.github.junrar-junrar-7.5.8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps com.github.junrar:junrar from 7.5.3 to 7.5.8.

Release notes

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

Release v7.5.8

Changelog

🐛 Fixes

  • better handle files outside directory when extracting (947ff1d)

🛠 Build

deps

  • bump jreleaser to 1.22.0 (a489f58)
  • bump gradle-wrapper from 8.14 to 9.3.1 (a319fc7)
  • bump com.fasterxml.jackson.core:jackson-databind (c7041fc)
  • bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 (618feeb)
  • bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.26 (55399ea)
  • bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (de33003)
  • bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 (a4ba2c1)
  • bump ch.qos.logback:logback-classic from 1.5.22 to 1.5.23 (75864b6)
  • bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.22 (b937e7f)
  • bump org.mockito:mockito-core from 5.20.0 to 5.21.0 (9e861fa)
  • bump actions/upload-artifact from 5 to 6 (c1e7ef4)
  • bump actions/checkout from 5 to 6 (add2452)
  • bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 (7d1047c)
  • bump commons-io:commons-io from 2.20.0 to 2.21.0 (0bd12a9)
  • bump org.jreleaser from 1.20.0 to 1.21.0 (6d16d40)
  • bump actions/upload-artifact from 4 to 5 (23788a9)
  • bump com.github.ben-manes.versions from 0.52.0 to 0.53.0 (b0cc6b3)

unscoped

  • more ci fixes (97bf405)
  • add flags to rerun partial releases (36f6011)
  • replace macos-13 with macos-latest (d7dc7d6)
  • fix svu install (3d1a3f7)

Contributors

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

Release v7.5.7

Changelog

🛠 Build

  • fix failing version (beccd50)
  • fix failing version (4ccf1d2)
  • use bump when computing snapshot version (20e9105)
  • use java 21 (ae8bff6)
  • remove java toolchains and use release flag instead (0d99993), closes #218

📝 Documentation

... (truncated)

Changelog

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

7.5.8 (2026-02-26)

🐛 Fixes

  • better handle files outside directory when extracting (947ff1d)

🛠 Build

deps

  • bump jreleaser to 1.22.0 (a489f58)
  • bump gradle-wrapper from 8.14 to 9.3.1 (a319fc7)
  • bump com.fasterxml.jackson.core:jackson-databind (c7041fc)
  • bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 (618feeb)
  • bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.26 (55399ea)
  • bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (de33003)
  • bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 (a4ba2c1)
  • bump ch.qos.logback:logback-classic from 1.5.22 to 1.5.23 (75864b6)
  • bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.22 (b937e7f)
  • bump org.mockito:mockito-core from 5.20.0 to 5.21.0 (9e861fa)
  • bump actions/upload-artifact from 5 to 6 (c1e7ef4)
  • bump actions/checkout from 5 to 6 (add2452)
  • bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 (7d1047c)
  • bump commons-io:commons-io from 2.20.0 to 2.21.0 (0bd12a9)
  • bump org.jreleaser from 1.20.0 to 1.21.0 (6d16d40)
  • bump actions/upload-artifact from 4 to 5 (23788a9)
  • bump com.github.ben-manes.versions from 0.52.0 to 0.53.0 (b0cc6b3)

unscoped

  • more ci fixes (97bf405)
  • add flags to rerun partial releases (36f6011)
  • replace macos-13 with macos-latest (d7dc7d6)
  • fix svu install (3d1a3f7)

7.5.7 (2025-10-17)

🛠 Build

  • fix failing version (beccd50)
  • fix failing version (4ccf1d2)
  • use bump when computing snapshot version (20e9105)
  • use java 21 (ae8bff6)
  • remove java toolchains and use release flag instead (0d99993), closes #218

📝 Documentation

  • update maven snapshot badge (04481cf)

7.5.6 (2025-10-16)

🐛 Fixes

  • CorruptHeaderException when EndArcHeader is missing and parsing as stream (964801c), closes #216

🧪 Tests

... (truncated)

Commits
  • 97bf405 ci: more ci fixes
  • a489f58 build(deps): bump jreleaser to 1.22.0
  • 36f6011 ci: add flags to rerun partial releases
  • a319fc7 build(deps): bump gradle-wrapper from 8.14 to 9.3.1
  • 947ff1d fix: better handle files outside directory when extracting
  • c7041fc build(deps): bump com.fasterxml.jackson.core:jackson-databind
  • 618feeb build(deps): bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  • 55399ea build(deps): bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.26
  • de33003 build(deps): bump org.assertj:assertj-core from 3.27.6 to 3.27.7
  • a4ba2c1 build(deps): bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24
  • 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.3 to 7.5.8.
- [Release notes](https://github.com/junrar/junrar/releases)
- [Changelog](https://github.com/junrar/junrar/blob/master/CHANGELOG.md)
- [Commits](junrar/junrar@v7.5.3...v7.5.8)

---
updated-dependencies:
- dependency-name: com.github.junrar:junrar
  dependency-version: 7.5.8
  dependency-type: direct:production
...

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 Mar 2, 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