-
Notifications
You must be signed in to change notification settings - Fork 59
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
build(deps): bump guava to 32.0.1-jre, google-http-client to 1.43.3. #1791
Conversation
Now the dependency check is failing on:
Related change in
|
Can you upgrade to 32.0.1-jre? https://guava.dev/ has the version. |
gax-java/dependencies.properties
Outdated
@@ -25,7 +25,7 @@ version.gax_httpjson=2.29.1-SNAPSHOT | |||
# with the sources. | |||
# The protobuf version is only used for generating gradle files for showcase module, | |||
# not for self-service clients (from googleapis project). | |||
version.com_google_protobuf=3.23.2 | |||
version.com_google_protobuf=3.23.3 |
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.
Guava and j2objc-annotation dependency versions also need to be updated in this file, below.
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.
Oh, thanks pointing them out.
merge the protobuf 3.23.3 and HTTP client updates into this PR so that enforcer can check for compatible dependencies together. Error caused by protobuf upgrade:
This seems to be a known issue. Next:
|
…tions from protobuf-java-util.
[gapic-generator-java-root] Kudos, SonarCloud Quality Gate passed!
|
[java_showcase_integration_tests] Kudos, SonarCloud Quality Gate passed!
|
[java_showcase_unit_tests] Kudos, SonarCloud Quality Gate passed!
|
Discrepancy in guava version causing shared dependencies check failures.
https://github.com/googleapis/sdk-platform-java/actions/runs/5335175946/jobs/9668027541
manual version bump to be consistent with #1774, #1775. #1776
This guava version is not picked up by bot.
And future discrepancy should be eliminated once #1777 merges in
Also upgrades
checker-qual:3.33.0
to resolve this error.Summary of changes in PR:
j2objc-annotation:2.8
)j2objc-annotations
fromprotobuf-java-util
dependencieschecker-qual
to 3.33.0,j2objc-annotations
to 2.8 to be consistentprotobuf
upgrade