You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: do not use renovate to update protobuf (#3190)
In this PR:
- Do not use renovate to update protobuf version in
`gax-java/dependencies.properties`.
We need to make sure the protobuf version in
`gax-java/dependency.properties` (used by the self-service client) is
compatible with protoc/protobuf version defined in the generator.
We'll manually change the version.
Verification:
```
export LOG_LEVEL=debug && npx --yes --package renovate -- renovate --platform=local
...
{
"datasource": "maven",
"depName": "com.google.protobuf:protobuf-bom",
"currentValue": "3.25.4",
"fileReplacePosition": 1523,
"registryUrls": [
"https://maven-central.storage-download.googleapis.com/maven2/",
"https://maven-central.storage-download.googleapis.com/maven2",
"https://repo1.maven.org/maven2",
"https://repo.maven.apache.org/maven2"
],
"depType": "import",
"groupName": "protobuf.version",
"editFile": "gapic-generator-java-pom-parent/pom.xml",
"updates": [],
"packageName": "com.google.protobuf:protobuf-bom",
"skipReason": "disabled"
},
```
0 commit comments