diff --git a/app/dependencies/releaseRuntimeClasspath.txt b/app/dependencies/releaseRuntimeClasspath.txt index c679dd884..071118118 100644 --- a/app/dependencies/releaseRuntimeClasspath.txt +++ b/app/dependencies/releaseRuntimeClasspath.txt @@ -104,8 +104,8 @@ com.google.dagger:dagger:2.51.1 com.google.dagger:hilt-android:2.51.1 com.google.dagger:hilt-core:2.51.1 com.google.guava:listenablefuture:1.0 -com.google.protobuf:protobuf-javalite:4.26.1 -com.google.protobuf:protobuf-kotlin-lite:4.26.1 +com.google.protobuf:protobuf-javalite:4.27.0 +com.google.protobuf:protobuf-kotlin-lite:4.27.0 com.squareup.okhttp3:okhttp:4.12.0 com.squareup.okio:okio-jvm:3.8.0 com.squareup.okio:okio:3.8.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8dd786013..81ed116c1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ junit4 = "4.13.2" kotlin = "2.0.0" kotlinxCoroutines = "1.8.1" ksp = "2.0.0-1.0.21" -protobuf = "4.26.1" +protobuf = "4.27.0" protobufPlugin = "0.9.4" room = "2.6.1" robolectric = "4.12"