From b0d24eced0651fbef5c0f0bc06b53d6887b04104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 08:22:18 +0000 Subject: [PATCH] build(deps): bump the maven group with 5 updates Bumps the maven group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.eclipse.jgit:org.eclipse.jgit](https://github.com/eclipse-jgit/jgit) | `7.3.0.202506031305-r` | `7.4.0.202509020913-r` | | com.android.tools.build:apksig | `8.0.2` | `8.13.1` | | [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) | `2.9.0` | `3.0.0` | | [com.squareup.retrofit2:converter-moshi](https://github.com/square/retrofit) | `2.9.0` | `3.0.0` | | [com.squareup.moshi:moshi-kotlin](https://github.com/square/moshi) | `1.15.0` | `1.15.2` | Updates `org.eclipse.jgit:org.eclipse.jgit` from 7.3.0.202506031305-r to 7.4.0.202509020913-r - [Commits](https://github.com/eclipse-jgit/jgit/compare/v7.3.0.202506031305-r...v7.4.0.202509020913-r) Updates `com.android.tools.build:apksig` from 8.0.2 to 8.13.1 Updates `com.squareup.retrofit2:retrofit` from 2.9.0 to 3.0.0 - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/square/retrofit/compare/2.9.0...3.0.0) Updates `com.squareup.retrofit2:converter-moshi` from 2.9.0 to 3.0.0 - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/square/retrofit/compare/2.9.0...3.0.0) Updates `com.squareup.moshi:moshi-kotlin` from 1.15.0 to 1.15.2 - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/parent-1.15.0...1.15.2) --- updated-dependencies: - dependency-name: org.eclipse.jgit:org.eclipse.jgit dependency-version: 7.4.0.202509020913-r dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: com.android.tools.build:apksig dependency-version: 8.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: com.squareup.retrofit2:retrofit dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven - dependency-name: com.squareup.retrofit2:converter-moshi dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven - dependency-name: com.squareup.moshi:moshi-kotlin dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] --- apkzlib/build.gradle.kts | 2 +- build.gradle.kts | 2 +- manager/build.gradle.kts | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apkzlib/build.gradle.kts b/apkzlib/build.gradle.kts index dd1da191..dcda255e 100644 --- a/apkzlib/build.gradle.kts +++ b/apkzlib/build.gradle.kts @@ -15,7 +15,7 @@ dependencies { implementation("org.bouncycastle:bcpkix-jdk15on:1.70") implementation("org.bouncycastle:bcprov-jdk15on:1.70") api("com.google.guava:guava:32.0.1-jre") - api("com.android.tools.build:apksig:8.0.2") + api("com.android.tools.build:apksig:8.13.2") compileOnlyApi("com.google.auto.value:auto-value-annotations:1.10.1") annotationProcessor("com.google.auto.value:auto-value:1.10.1") } diff --git a/build.gradle.kts b/build.gradle.kts index 09acfe91..bd860b1d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.eclipse.jgit:org.eclipse.jgit:7.3.0.202506031305-r") + classpath("org.eclipse.jgit:org.eclipse.jgit:7.4.0.202509020913-r") } } diff --git a/manager/build.gradle.kts b/manager/build.gradle.kts index 83d0d62d..122f35be 100644 --- a/manager/build.gradle.kts +++ b/manager/build.gradle.kts @@ -87,9 +87,9 @@ afterEvaluate { } dependencies { - implementation("com.squareup.retrofit2:retrofit:2.9.0") - implementation("com.squareup.retrofit2:converter-moshi:2.9.0") - implementation("com.squareup.moshi:moshi-kotlin:1.15.0") + implementation("com.squareup.retrofit2:retrofit:3.0.0") + implementation("com.squareup.retrofit2:converter-moshi:3.0.0") + implementation("com.squareup.moshi:moshi-kotlin:1.15.2") implementation(projects.patch) implementation(projects.services.daemonService)