Skip to content

Commit bc17c06

Browse files
Merge pull request #6257 from nextcloud/renovate/protobuf-monorepo
fix(deps): update dependency com.google.protobuf:protobuf-java to v4.35.0
2 parents 5f7c105 + 15da388 commit bc17c06

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)