-
Notifications
You must be signed in to change notification settings - Fork 70
chore(deps): update upper bound dependencies file #4052
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
Conversation
Summary of ChangesHello @diegomarquezp, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request systematically updates several core Java dependencies to their latest stable versions. The primary objective is to integrate the most recent bug fixes, performance optimizations, and new features from these libraries, thereby enhancing the project's overall stability, security, and compatibility with the evolving Java ecosystem. Key updates include significant advancements in gRPC for improved communication, new static analysis capabilities from Error Prone for better code quality, and expanded observability features from OpenTelemetry. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
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.
Code Review
This pull request updates several dependencies to their upper bounds in dependencies.txt. While most updates are for existing artifacts, the new versions for com.google.protobuf:protobuf-java, org.apache.httpcomponents.client5:httpclient5, and org.apache.httpcomponents.core5:httpcore5 do not appear to be available in public Maven repositories. This will cause failures in any process that tries to resolve these dependencies. I have left comments on the specific lines with these issues.
| com.google.protobuf:protobuf-java,protobuf=4.33.1 | ||
| io.opentelemetry:opentelemetry-bom,opentelemetry=1.57.0 | ||
| com.google.errorprone:error_prone_annotations,errorprone=2.45.0 | ||
| com.google.protobuf:protobuf-java,protobuf=4.33.4 |
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.
| org.apache.httpcomponents:httpcore,httpcomponents.httpcore=4.4.16 | ||
| org.apache.httpcomponents.client5:httpclient5,apache-httpclient-5=5.5.1 | ||
| org.apache.httpcomponents.core5:httpcore5,apache-httpcore-5=5.3.6 | ||
| org.apache.httpcomponents.client5:httpclient5,apache-httpclient-5=5.6 |
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.
| org.apache.httpcomponents.client5:httpclient5,apache-httpclient-5=5.5.1 | ||
| org.apache.httpcomponents.core5:httpcore5,apache-httpcore-5=5.3.6 | ||
| org.apache.httpcomponents.client5:httpclient5,apache-httpclient-5=5.6 | ||
| org.apache.httpcomponents.core5:httpcore5,apache-httpcore-5=5.4 |
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.
|
|



This PR contains the following updates:
1.9.0->1.9.12.45.0->2.46.02.0.2->2.0.34.33.1->4.33.41.19.0->1.20.01.57.0->1.58.05.5.1->5.65.3.6->5.4Release Notes
GoogleCloudPlatform/grpc-gcp-java (com.google.cloud:grpc-gcp)
v1.9.1Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/grpc-gcp-java@v1.9.0...v1.9.1
google/error-prone (com.google.errorprone:error_prone_annotations)
v2.46.0: Error Prone 2.46.0Compare Source
Changes:
-XDaddTypeAnnotationsToSymbol=trueis now required for Error Prone invocations on JDK 21, to enable the javac fix for JDK-8225377: type annotations are not visible to javac plugins across compilation boundaries. See https://github.com/google/error-prone/issues/5426 for details.valueattribute from@IncompatibleModifiersand@RequiredModifiers(https://github.com/google/error-prone/issues/2122)EndPosTable,DiagnosticPosition) (google/error-prone@5440bb4, google/error-prone@06c2905, google/error-prone@f3915ec)New checks:
DuplicateAssertion: detect duplicated assertion lines where the argument toassertThatis pureIfChainToSwitch: suggest converting chains of if-statements into arrow switchesScannerUseDelimiter: discourageScanner.useDelimiter("\\A")AddNullMarkedToClass: refactoring to add@NullMarkedannotation to top level classesgoogleapis/google-http-java-client (com.google.http-client:google-http-client)
v2.0.3Compare Source
Bug Fixes
apache/commons-codec (commons-codec:commons-codec)
v1.20.0The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.20.0.
The Apache Commons Codec component contains encoders and decoders for
formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
This is a feature and maintenance release. Java 8 or later is required.
open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-bom)
v1.58.0Compare Source
API
Incubator
(#7914)
(#7923)
(#7954)
(#7927)
SDK
Traces
(#7895,
#7930)
(#7937)
Logs
(#7931)
Exporters
(#7934)
Extensions
(#7861)
(#7943)
(#7942)
(#7940)
(#7941)
(#7947)
Project tooling
(#7906)
(#7945)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.