From 20aefb8c093b4eb10a45880a6e94de1a53905684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:38:44 +0000 Subject: [PATCH] chore(deps): bump the gradle-dependencies group across 1 directory with 5 updates Bumps the gradle-dependencies group with 2 updates in the / directory: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) and com.google.firebase:firebase-bom. Updates `com.google.protobuf:protobuf-java` from 4.35.0 to 4.35.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protobuf-javalite` from 4.35.0 to 4.35.1 Updates `com.google.protobuf:protobuf-kotlin` from 4.35.0 to 4.35.1 Updates `com.google.protobuf:protobuf-kotlin-lite` from 4.35.0 to 4.35.1 Updates `com.google.firebase:firebase-bom` from 34.14.0 to 34.14.1 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.google.protobuf:protobuf-javalite dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.google.protobuf:protobuf-kotlin dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.google.protobuf:protobuf-kotlin-lite dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.google.firebase:firebase-bom dependency-version: 34.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- build.gradle.kts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8d08b79..c01db59 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -348,7 +348,7 @@ if (txPullOnBuild) { } dependencies { - implementation(platform("com.google.firebase:firebase-bom:34.14.0")) + implementation(platform("com.google.firebase:firebase-bom:34.14.1")) implementation("com.google.firebase:firebase-crashlytics") implementation("com.google.firebase:firebase-analytics") diff --git a/build.gradle.kts b/build.gradle.kts index 6ac94c3..34deb9d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,10 +57,10 @@ subprojects { plugins.withId("com.android.application") { dependencies { constraints { - add("implementation", "com.google.protobuf:protobuf-java:4.35.0") - add("implementation", "com.google.protobuf:protobuf-javalite:4.35.0") - add("implementation", "com.google.protobuf:protobuf-kotlin:4.35.0") - add("implementation", "com.google.protobuf:protobuf-kotlin-lite:4.35.0") + add("implementation", "com.google.protobuf:protobuf-java:4.35.1") + add("implementation", "com.google.protobuf:protobuf-javalite:4.35.1") + add("implementation", "com.google.protobuf:protobuf-kotlin:4.35.1") + add("implementation", "com.google.protobuf:protobuf-kotlin-lite:4.35.1") add("implementation", "io.netty:netty-handler:4.2.15.Final") add("implementation", "io.netty:netty-codec-http2:4.2.15.Final") add("implementation", "io.netty:netty-codec-http:4.2.15.Final")