Skip to content

Commit 4e27b46

Browse files
Update dependency com.google.protobuf:protobuf-java to v4.35.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73ecbd2 commit 4e27b46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ configurations.configureEach {
184184
//
185185
// To analyse the dependencies:
186186
// `./gradlew :app:dependencyInsight --configuration genericDebugRuntimeClasspath --dependency com.google.protobuf:protobuf-java`
187-
val protobufJava = "com.google.protobuf:protobuf-java:4.34.1"
187+
val protobufJava = "com.google.protobuf:protobuf-java:4.35.0"
188188
resolutionStrategy {
189189
force(protobufJava)
190190
dependencySubstitution {

0 commit comments

Comments
 (0)