diff --git a/app/dependencies/prodReleaseRuntimeClasspath.tree.txt b/app/dependencies/prodReleaseRuntimeClasspath.tree.txt index 1cbe8d6d..3c092378 100644 --- a/app/dependencies/prodReleaseRuntimeClasspath.tree.txt +++ b/app/dependencies/prodReleaseRuntimeClasspath.tree.txt @@ -456,7 +456,7 @@ | +--- com.google.firebase:firebase-annotations:16.2.0 (*) | +--- com.google.firebase:firebase-installations-interop:17.1.0 -> 17.2.0 (*) | +--- com.google.firebase:protolite-well-known-types:18.0.0 -| | \--- com.google.protobuf:protobuf-javalite:3.14.0 -> 4.26.1 +| | \--- com.google.protobuf:protobuf-javalite:3.14.0 -> 4.28.3 | +--- com.google.firebase:firebase-common:21.0.0 (*) | +--- com.google.firebase:firebase-common-ktx:21.0.0 (*) | +--- com.google.firebase:firebase-components:18.0.0 (*) @@ -587,7 +587,7 @@ | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.6 (c) | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.6 (c) | +--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*) -| +--- com.google.protobuf:protobuf-javalite:3.21.11 -> 4.26.1 +| +--- com.google.protobuf:protobuf-javalite:3.21.11 -> 4.28.3 | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.20 (*) | +--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 | | +--- androidx.activity:activity:1.7.0 -> 1.9.2 (*) @@ -1230,8 +1230,8 @@ | | +--- project :core:datastore | | | +--- androidx.datastore:datastore:1.1.1 (*) | | | +--- project :core:datastore-proto -| | | | +--- com.google.protobuf:protobuf-kotlin-lite:4.26.1 -| | | | | +--- com.google.protobuf:protobuf-javalite:4.26.1 +| | | | +--- com.google.protobuf:protobuf-kotlin-lite:4.28.3 +| | | | | +--- com.google.protobuf:protobuf-javalite:4.28.3 | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.0.20 (*) | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 (*) | | | +--- project :core:model (*) diff --git a/app/dependencies/prodReleaseRuntimeClasspath.txt b/app/dependencies/prodReleaseRuntimeClasspath.txt index 03dc80ef..90f541c5 100644 --- a/app/dependencies/prodReleaseRuntimeClasspath.txt +++ b/app/dependencies/prodReleaseRuntimeClasspath.txt @@ -239,8 +239,8 @@ com.google.j2objc:j2objc-annotations:1.3 com.google.mlkit:barcode-scanning-common:17.0.0 com.google.mlkit:common:18.9.0 com.google.mlkit:vision-common:17.0.0 -com.google.protobuf:protobuf-javalite:4.26.1 -com.google.protobuf:protobuf-kotlin-lite:4.26.1 +com.google.protobuf:protobuf-javalite:4.28.3 +com.google.protobuf:protobuf-kotlin-lite:4.28.3 com.google.zxing:core:3.5.3 com.jakewharton.timber:timber:5.0.1 com.squareup.moshi:moshi:1.15.1 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 11a0566a..8b9c53fe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -55,7 +55,7 @@ moduleGraph = "2.5.0" moshiVersion = '1.15.1' mockk = "1.13.12" posPrinterVersion = '3.4.0' -protobuf = "4.26.1" +protobuf = "4.28.3" protobufPlugin = "0.9.4" playScanner = "16.1.0" playService = "18.5.0"