From cea57bce506b24c3458817ec5bee0254041e3f18 Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 11 Jan 2025 18:00:06 +0000 Subject: [PATCH] Update protobuf to v4.29.3 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6ced88df1..5e30fdb53 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -244,7 +244,7 @@ dependencies { implementation 'com.github.wax911.android-emojify:contract:1.9.6' implementation 'com.github.wax911.android-emojify:emojify:1.9.6' implementation 'com.github.wax911.android-emojify:gson:1.9.6' - implementation 'com.google.protobuf:protobuf-javalite:4.29.2' + implementation 'com.google.protobuf:protobuf-javalite:4.29.3' implementation 'com.android.volley:volley:1.2.1' implementation 'org.msgpack:msgpack-core:0.9.9' @@ -288,7 +288,7 @@ tasks.clean.dependsOn(tasks.cleanGenerated) protobuf { protoc { - artifact = 'com.google.protobuf:protoc:4.29.2' + artifact = 'com.google.protobuf:protoc:4.29.3' } generateProtoTasks { all().each { task ->