Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

deps: update dependency com.google.protobuf:protobuf-java to v3.21.5 #403

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
deps: update dependency com.google.protobuf:protobuf-java to v3.21.5
  • Loading branch information
renovate-bot committed Aug 9, 2022
commit 96a7e46bce8f48fb7a0521c7c7de01f892e4a685
2 changes: 1 addition & 1 deletion proto-google-common-protos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}

dependencies {
compile 'com.google.protobuf:protobuf-java:3.21.4'
compile 'com.google.protobuf:protobuf-java:3.21.5'
}

sourceSets {
Expand Down