Skip to content

chore(deps): bump the gradle-dependencies group across 1 directory with 3 updates - #3481

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/gradle/booklore-api/gradle-dependencies-542b9202f5
Closed

chore(deps): bump the gradle-dependencies group across 1 directory with 3 updates#3481
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/gradle/booklore-api/gradle-dependencies-542b9202f5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the gradle-dependencies group with 3 updates in the /booklore-api directory: org.flywaydb:flyway-mysql, com.github.junrar:junrar and gradle-wrapper.

Updates org.flywaydb:flyway-mysql from 12.11.0 to 13.3.0

Updates 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

Updates gradle-wrapper from 9.5.1 to 9.7.1

Release notes

Sourced from gradle-wrapper's releases.

9.7.1

The Gradle team is excited to announce Gradle 9.7.1.

This is a patch release for 9.7.0. We recommend using 9.7.1 instead of 9.7.0.

Here are the highlights of 9.7.0 release:

  • Isolated Projects graduates to incubating
  • Broader Configuration Cache compatibility
  • Resilient Sync helps you fix broken builds
  • More source locations in problem reports

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Adam, Aman Gautam, Aman Kumar, Anton Dubrouski, Aurimas, gbhavya07, Josh Friend, nicklauslittle-gov, Pragati, project516, Qin Mi, Ravi, sk-reddy17, Suvrat Acharya, Yongshun Ye.

Upgrade instructions

Switch your build to use Gradle 9.7.1 by updating your wrapper:

./gradlew :wrapper --gradle-version=9.7.1 && ./gradlew :wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

9.7.0

The Gradle team is excited to announce Gradle 9.7.0.

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…th 3 updates

Bumps the gradle-dependencies group with 3 updates in the /booklore-api directory: org.flywaydb:flyway-mysql, [com.github.junrar:junrar](https://github.com/junrar/junrar) and [gradle-wrapper](https://github.com/gradle/gradle).


Updates `org.flywaydb:flyway-mysql` from 12.11.0 to 13.3.0

Updates `com.github.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)

Updates `gradle-wrapper` from 9.5.1 to 9.7.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.5.1...v9.7.1)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 13.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: com.github.junrar:junrar
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added backend Changes affecting the server, APIs, database, or business logic. dependencies Pull requests that update a dependency file major Introduces breaking changes labels Aug 23, 2026
@github-actions

Copy link
Copy Markdown

Frontend Test Results

439 tests  ±0   439 ✅ ±0   1s ⏱️ -1s
 16 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit c504e76. ± Comparison against base commit 63e2aac.

@github-actions

Copy link
Copy Markdown

Backend Test Results

  465 files  ±0    465 suites  ±0   2m 14s ⏱️ +10s
3 374 tests ±0  3 359 ✅ ±0  15 💤 ±0  0 ❌ ±0 
3 431 runs  ±0  3 416 ✅ ±0  15 💤 ±0  0 ❌ ±0 

Results for commit c504e76. ± Comparison against base commit 63e2aac.

@dependabot @github

dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 4, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/booklore-api/gradle-dependencies-542b9202f5 branch September 4, 2026 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Changes affecting the server, APIs, database, or business logic. dependencies Pull requests that update a dependency file major Introduces breaking changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants