From 04df543364a360123c3b42076f9a6e3b814d96be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:58:32 +0000 Subject: [PATCH 1/2] Bump protobuf from 4.27.1 to 4.27.2 Bumps `protobuf` from 4.27.1 to 4.27.2. Updates `com.google.protobuf:protobuf-kotlin-lite` from 4.27.1 to 4.27.2 Updates `com.google.protobuf:protoc` from 4.27.1 to 4.27.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-kotlin-lite dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 739006704..472a95ec0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -49,7 +49,7 @@ kotlinxSerializationJson = "1.7.0" ksp = "2.0.0-1.0.22" moduleGraph = "2.5.0" okhttp = "4.12.0" -protobuf = "4.27.1" +protobuf = "4.27.2" protobufPlugin = "0.9.4" retrofit = "2.11.0" retrofitKotlinxSerializationJson = "1.0.0" From 47abe0c01726989f11099e901801de3d065bf9b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Jul 2024 13:00:47 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A4=96=20Updates=20baselines=20for=20?= =?UTF-8?q?Dependency=20Guard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../prodReleaseRuntimeClasspath.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/app/dependencies/prodReleaseRuntimeClasspath.txt b/app/dependencies/prodReleaseRuntimeClasspath.txt index ccdbb870d..645e23322 100644 --- a/app/dependencies/prodReleaseRuntimeClasspath.txt +++ b/app/dependencies/prodReleaseRuntimeClasspath.txt @@ -49,6 +49,7 @@ androidx.compose.ui:ui-geometry-android:1.7.0-beta03 androidx.compose.ui:ui-geometry:1.7.0-beta03 androidx.compose.ui:ui-graphics-android:1.7.0-beta03 androidx.compose.ui:ui-graphics:1.7.0-beta03 +androidx.compose.ui:ui-test-manifest:1.7.0-beta03 androidx.compose.ui:ui-text-android:1.7.0-beta03 androidx.compose.ui:ui-text:1.7.0-beta03 androidx.compose.ui:ui-tooling-preview-android:1.7.0-beta03 @@ -106,6 +107,7 @@ androidx.lifecycle:lifecycle-viewmodel:2.8.2 androidx.loader:loader:1.0.0 androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 androidx.metrics:metrics-performance:1.0.0-beta01 +androidx.multidex:multidex:2.0.1 androidx.navigation:navigation-common-ktx:2.8.0-beta03 androidx.navigation:navigation-common:2.8.0-beta03 androidx.navigation:navigation-compose:2.8.0-beta03 @@ -124,6 +126,12 @@ androidx.savedstate:savedstate:1.2.1 androidx.sqlite:sqlite-framework:2.4.0 androidx.sqlite:sqlite:2.4.0 androidx.startup:startup-runtime:1.1.1 +androidx.test.services:storage:1.4.2 +androidx.test:annotation:1.0.1 +androidx.test:core:1.4.0 +androidx.test:monitor:1.6.0 +androidx.test:rules:1.5.0 +androidx.test:runner:1.5.0 androidx.tracing:tracing-ktx:1.3.0-alpha02 androidx.tracing:tracing-perfetto:1.0.0 androidx.tracing:tracing:1.3.0-alpha02 @@ -172,6 +180,7 @@ com.google.android.gms:play-services-tasks:18.2.0 com.google.code.findbugs:jsr305:3.0.2 com.google.dagger:dagger-lint-aar:2.51.1 com.google.dagger:dagger:2.51.1 +com.google.dagger:hilt-android-testing:2.51.1 com.google.dagger:hilt-android:2.51.1 com.google.dagger:hilt-core:2.51.1 com.google.errorprone:error_prone_annotations:2.26.0 @@ -205,8 +214,8 @@ com.google.guava:failureaccess:1.0.1 com.google.guava:guava:31.1-android com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.j2objc:j2objc-annotations:1.3 -com.google.protobuf:protobuf-javalite:4.27.1 -com.google.protobuf:protobuf-kotlin-lite:4.27.1 +com.google.protobuf:protobuf-javalite:4.27.2 +com.google.protobuf:protobuf-kotlin-lite:4.27.2 com.russhwolf:multiplatform-settings-android:1.1.1 com.russhwolf:multiplatform-settings-coroutines-android:1.1.1 com.russhwolf:multiplatform-settings-coroutines:1.1.1 @@ -278,9 +287,11 @@ io.ktor:ktor-websocket-serialization:2.3.12 io.ktor:ktor-websockets-jvm:2.3.12 io.ktor:ktor-websockets:2.3.12 javax.inject:javax.inject:1 +junit:junit:4.13.2 me.tatarka.inject:kotlin-inject-runtime-jvm:0.7.1 me.tatarka.inject:kotlin-inject-runtime:0.7.1 org.checkerframework:checker-qual:3.12.0 +org.hamcrest:hamcrest-core:1.3 org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.8.0 org.jetbrains.androidx.navigation:navigation-compose:2.7.0-alpha07 org.jetbrains.compose.components:components-resources-android:1.6.11 @@ -298,6 +309,7 @@ org.jetbrains.kotlin:kotlin-stdlib-common:2.0.0 org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 org.jetbrains.kotlin:kotlin-stdlib:2.0.0 +org.jetbrains.kotlin:kotlin-test:2.0.0 org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1 org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.1 @@ -306,6 +318,8 @@ org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.8.1 org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.8.1 org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.8.1 org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.8.1 +org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.8.1 +org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1 org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.6.0 org.jetbrains.kotlinx:kotlinx-datetime:0.6.0 org.jetbrains.kotlinx:kotlinx-serialization-bom:1.7.0