From 9368d2b4b95f7fa2750021aadc5e8e1052dc1cfb Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Wed, 9 Oct 2024 21:13:27 +0300 Subject: [PATCH] Bump protobuf-javalite version (#77) --- centrifuge/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centrifuge/build.gradle b/centrifuge/build.gradle index ceea57c..15fe902 100644 --- a/centrifuge/build.gradle +++ b/centrifuge/build.gradle @@ -24,7 +24,7 @@ publishing { dependencies { implementation 'com.squareup.okhttp3:okhttp:4.10.0' - implementation 'com.google.protobuf:protobuf-javalite:3.21.12' + implementation 'com.google.protobuf:protobuf-javalite:3.25.5' implementation 'net.sourceforge.streamsupport:streamsupport-minifuture:1.7.4' testImplementation 'junit:junit:4.13.2'