From 9814ee74ac82a5b28ac59b7d976dd5ad478976b5 Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 17 May 2025 01:02:49 +0000 Subject: [PATCH] fix(deps): update protobuf to v4.31.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ec4dd74877..cf6d49b9fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -258,7 +258,7 @@ dependencies { implementation 'com.github.wax911.android-emojify:contract:1.9.7' implementation 'com.github.wax911.android-emojify:emojify:1.9.7' implementation 'com.github.wax911.android-emojify:gson:1.9.7' - implementation 'com.google.protobuf:protobuf-javalite:4.30.2' + implementation 'com.google.protobuf:protobuf-javalite:4.31.0' implementation 'com.android.volley:volley:1.2.1' implementation 'org.msgpack:msgpack-core:0.9.9' @@ -303,7 +303,7 @@ tasks.clean.dependsOn(tasks.cleanGenerated) protobuf { protoc { - artifact = 'com.google.protobuf:protoc:4.30.2' + artifact = 'com.google.protobuf:protoc:4.31.0' } generateProtoTasks { all().each { task ->