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

deps: update dependency com.google.api:api-common to v2.2.1 #358

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.api:api-common to v2.2.1
  • Loading branch information
renovate-bot committed Jun 9, 2022
commit b849ab178429b15b463a59a8a68f5cec69d581f7
2 changes: 1 addition & 1 deletion proto-google-iam-v1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {

dependencies {
compile 'com.google.protobuf:protobuf-java:3.21.1'
compile 'com.google.api:api-common:2.2.0'
compile 'com.google.api:api-common:2.2.1'
compile project(':proto-google-common-protos')
}

Expand Down