From 0809065808962bc6c905aa5fff5cdb71b503d5df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 02:42:47 +0000 Subject: [PATCH] build(deps): bump com.github.junrar:junrar from 7.5.5 to 7.5.10 Bumps [com.github.junrar:junrar](https://github.com/junrar/junrar) from 7.5.5 to 7.5.10. - [Release notes](https://github.com/junrar/junrar/releases) - [Changelog](https://github.com/junrar/junrar/blob/master/CHANGELOG.md) - [Commits](https://github.com/junrar/junrar/compare/v7.5.5...v7.5.10) --- updated-dependencies: - dependency-name: com.github.junrar:junrar dependency-version: 7.5.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- komga/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga/build.gradle.kts b/komga/build.gradle.kts index c5e15cdf..8c6091ca 100644 --- a/komga/build.gradle.kts +++ b/komga/build.gradle.kts @@ -78,7 +78,7 @@ dependencies { implementation("org.apache.tika:tika-core:2.9.1") implementation("org.apache.commons:commons-compress:1.27.1") - implementation("com.github.junrar:junrar:7.5.5") + implementation("com.github.junrar:junrar:7.5.10") implementation("com.github.gotson.nightcompress:nightcompress:1.1.1") implementation("org.apache.pdfbox:pdfbox:3.0.5") implementation("net.grey-panther:natural-comparator:1.1")