-
Notifications
You must be signed in to change notification settings - Fork 68
chore: Add renovate custom manager to update upper-bound files #3894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
lqiu96
wants to merge
6
commits into
main
Choose a base branch
from
renovate-bot-upper-bound-file
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
50ebfdb
chore: Update renovate config to support dependencies.txt customMamager
lqiu96 5e3dfd2
chore: Update the properties value to match dependencies.txt
lqiu96 380d937
chore: Update test dependency script
lqiu96 e10d17e
chore: Revert back to original renovate.json
lqiu96 91f2b99
chore: Fix 1P Google deps
lqiu96 21e3797
chore: Move maven config up
lqiu96 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,47 @@ | ||
# This file contains a list of dependencies and their versions to be tested for compatibility. | ||
# The format is key=value, where the key is the dependency name and the value is the version. | ||
# The format is dependency name followed by version. Dependency name is separate by the equals sign. | ||
# "1P" refers to First-Party dependencies (owned by Google). | ||
# "3P" refers to Third-Party dependencies. | ||
|
||
# Pom-Parent Dependencies | ||
# These dependencies are declared: https://github.com/googleapis/sdk-platform-java/blob/main/gapic-generator-java-pom-parent/pom.xml | ||
javax.annotation-api=1.3.2 | ||
grpc=1.74.0 | ||
google.auth=1.37.1 | ||
google.http-client=1.47.1 | ||
gson=2.13.1 | ||
guava=33.4.8-jre | ||
protobuf=4.31.1 | ||
# Note: This opentelemetry version refers to the opentelemetry-bom | ||
opentelemetry=1.52.0 | ||
errorprone=2.41.0 | ||
j2objc-annotations=3.1 | ||
threetenbp=1.7.2 | ||
slf4j=2.0.17 | ||
javax.annotation:javax.annotation-api=1.3.2 | ||
io.grpc:grpc-bom=1.74.0 | ||
com.google.auth:google.google-auth-library-bom=1.37.1 | ||
com.google.http-client:google-http-client=1.47.1 | ||
com.google.code.gson:gson=2.13.1 | ||
com.google.guava:guava=33.4.8-jre | ||
com.google.protobuf:protobuf-java=4.31.1 | ||
io.opentelemetry:opentelemetry-bom=1.52.0 | ||
com.google.errorprone:error_prone_annotations=2.41.0 | ||
com.google.j2objc:j2objc-annotations=3.1 | ||
org.threeten:threetenbp=1.7.2 | ||
org.slf4j:slf4j-api=2.0.17 | ||
|
||
# 1P Shared-Deps | ||
# These dependencies are declared: https://github.com/googleapis/sdk-platform-java/blob/main/java-shared-dependencies/first-party-dependencies/pom.xml | ||
grpc-gcp=1.6.1 | ||
google.oauth-client=1.39.0 | ||
google.api-client=2.8.1 | ||
com.google.cloud:grpc-gcp=1.6.1 | ||
com.google.oauth-client:google-oauth-client=1.39.0 | ||
com.google.api-client:google-api-client=2.8.1 | ||
|
||
# 3P Shared-Deps | ||
# These dependencies are declared: https://github.com/googleapis/sdk-platform-java/blob/main/java-shared-dependencies/third-party-dependencies/pom.xml | ||
threeten-extra=1.8.0 | ||
opencensus=0.31.0 | ||
findbugs=3.0.2 | ||
jackson=2.19.2 | ||
codec=1.19.0 | ||
httpcomponents.httpcore=4.4.16 | ||
httpcomponents.httpclient=4.5.14 | ||
apache-httpclient-5=5.5 | ||
apache-httpcore-5=5.3.4 | ||
perfmark-api=0.27.0 | ||
org.threeten:threeten-extra=1.8.0 | ||
io.opencensus:opencensus-api=0.31.0 | ||
com.google.code.findbugs:jsr305=3.0.2 | ||
com.fasterxml.jackson:jackson-bom=2.19.2 | ||
commons-codec:commons-codec=1.19.0 | ||
org.apache.httpcomponents:httpclient=4.5.14 | ||
org.apache.httpcomponents:httpcore=4.4.16 | ||
org.apache.httpcomponents.client5:httpclient5=5.5 | ||
org.apache.httpcomponents.core5:httpcore5=5.3.4 | ||
io.perfmark:perfmark-api=0.27.0 | ||
# Note: This is the google opentelemetry exporter and not the general opentelemetry project | ||
google.cloud.opentelemetry=0.36.0 | ||
flogger=0.9 | ||
arrow=18.3.0 | ||
dev.cel=0.10.1 | ||
com.google.crypto.tink=1.18.0 | ||
com.google.cloud.opentelemetry:exporter-metrics=0.36.0 | ||
com.google.flogger:flogger=0.9 | ||
org.apache.arrow:arrow-memory-core=18.3.0 | ||
dev.cel:cel=0.10.1 | ||
com.google.crypto.tink:tink=1.18.0 | ||
# The follow opentelemetry dependencies have a different version from the opentelemetry-bom | ||
opentelemetry-semconv=1.34.0 | ||
io.opentelemetry.contrib.opentelemetry-gcp-resources=1.48.0-alpha | ||
io.opentelemetry.semconv:opentelemetry-semconv=1.34.0 | ||
io.opentelemetry.contrib:opentelemetry-gcp-resources=1.48.0-alpha |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a possibility that there are other
pom.xml
files that inherit from here and shared-deps that use these values. Would we consider changing these property names a breaking change?