Skip to content
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

Update gradle locks (Automated) #255

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hypertrace-ci-app[bot]
Copy link
Contributor

@hypertrace-ci-app hypertrace-ci-app bot commented Nov 22, 2024

User description

Autogenerated gradle lock updates


Description

  • Updated multiple dependencies across several gradle.lockfile files to newer versions, ensuring compatibility and leveraging improvements in the libraries.
  • Key updates include com.google.api.grpc, com.google.code.gson, io.grpc, io.netty, and org.hypertrace dependencies.

Changes walkthrough

Relevant files
Dependencies
gradle.lockfile
Update dependency versions in gradle.lockfile for
hypertrace-graphql-service

hypertrace-graphql-service/gradle.lockfile

  • Updated version for com.google.api.grpc:proto-google-common-protos
    from 2.22.0 to 2.41.0.
  • Updated version for com.google.code.gson:gson from 2.10.1 to 2.11.0.
  • Updated version for io.grpc dependencies from 1.60.0 to 1.68.1.
  • Updated version for io.netty dependencies from 4.1.108.Final to
    4.1.115.Final.
  • +55/-52 
    gradle.lockfile
    Update dependency versions in gradle.lockfile for
    hypertrace-graphql-service-config

    hypertrace-graphql-service-config/gradle.lockfile

  • Updated version for com.graphql-java:graphql-java from 19.6 to 19.11.
  • Updated version for io.grpc:grpc-bom from 1.60.0 to 1.68.1.
  • Updated version for org.hypertrace.bom:hypertrace-bom from 0.3.23 to
    0.3.39.
  • Updated version for
    org.hypertrace.core.kafkastreams.framework:kafka-bom from 0.4.7 to
    0.5.3.
  • +4/-4     
    💡 Usage Guide

    Checking Your Pull Request

    Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

    Talking to CodeAnt AI

    Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

    @codeant-ai ask: Your question here
    

    This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

    Retrigger review

    Ask CodeAnt AI to review the PR again, by typing:

    @codeant-ai: review
    

    Check Your Repository Health

    To analyze the health of your code repository, visit our dashboard at app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

    @hypertrace-ci-app hypertrace-ci-app bot requested a review from a team as a code owner November 22, 2024 12:53
    @codeant-ai codeant-ai bot added the size:L This PR changes 100-499 lines, ignoring generated files label Nov 22, 2024
    Comment on lines +19 to +23
    com.google.guava:failureaccess:1.0.1=compileClasspath,testCompileClasspath
    com.google.guava:failureaccess:1.0.2=runtimeClasspath,testRuntimeClasspath
    com.google.guava:guava-parent:32.1.2-jre=compileClasspath,testCompileClasspath
    com.google.guava:guava:32.1.2-jre=compileClasspath,testCompileClasspath
    com.google.guava:guava:33.2.1-android=runtimeClasspath,testRuntimeClasspath
    Copy link

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Suggestion: Ensure that the multiple versions of com.google.guava:failureaccess and com.google.guava:guava are intentional and do not cause dependency conflicts. [possible issue]

    Suggested change
    com.google.guava:failureaccess:1.0.1=compileClasspath,testCompileClasspath
    com.google.guava:failureaccess:1.0.2=runtimeClasspath,testRuntimeClasspath
    com.google.guava:guava-parent:32.1.2-jre=compileClasspath,testCompileClasspath
    com.google.guava:guava:32.1.2-jre=compileClasspath,testCompileClasspath
    com.google.guava:guava:33.2.1-android=runtimeClasspath,testRuntimeClasspath
    com.google.guava:failureaccess:1.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
    com.google.guava:guava:33.2.1-android=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

    Comment on lines +23 to +24
    com.google.j2objc:j2objc-annotations:2.8=runtimeClasspath,testRuntimeClasspath
    com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,testCompileClasspath
    Copy link

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Suggestion: Check for potential conflicts due to the presence of multiple versions of com.google.j2objc:j2objc-annotations. [possible issue]

    Suggested change
    com.google.j2objc:j2objc-annotations:2.8=runtimeClasspath,testRuntimeClasspath
    com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,testCompileClasspath
    com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

    com.google.guava:failureaccess:1.0.2=runtimeClasspath,testRuntimeClasspath
    com.google.guava:guava-parent:32.1.2-jre=compileClasspath,testCompileClasspath
    com.google.guava:guava:32.1.2-jre=compileClasspath,testCompileClasspath
    com.google.guava:guava:33.2.1-android=runtimeClasspath,testRuntimeClasspath
    Copy link

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Suggestion: Ensure that the version updates for dependencies are compatible with the rest of the project to prevent runtime issues or conflicts. [possible issue]

    Suggested change
    com.google.guava:guava:33.2.1-android=runtimeClasspath,testRuntimeClasspath

    Comment on lines +19 to +20
    com.google.guava:failureaccess:1.0.1=compileClasspath,testCompileClasspath
    com.google.guava:failureaccess:1.0.2=runtimeClasspath,testRuntimeClasspath
    Copy link

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Suggestion: Consider consolidating multiple versions of the same library to avoid potential conflicts and reduce build complexity. [enhancement]

    Suggested change
    com.google.guava:failureaccess:1.0.1=compileClasspath,testCompileClasspath
    com.google.guava:failureaccess:1.0.2=runtimeClasspath,testRuntimeClasspath
    com.google.guava:failureaccess:1.0.2=compileClasspath,testCompileClasspath,runtimeClasspath,testRuntimeClasspath

    Comment on lines +14 to +18
    com.google.api.grpc:proto-google-common-protos:2.41.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
    com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
    com.google.code.gson:gson:2.10.1=runtimeClasspath,testRuntimeClasspath
    com.google.code.gson:gson:2.11.0=runtimeClasspath,testRuntimeClasspath
    com.google.code.gson:gson:2.8.9=compileClasspath,testCompileClasspath
    com.google.errorprone:error_prone_annotations:2.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
    com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
    com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
    com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
    com.google.errorprone:error_prone_annotations:2.28.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
    Copy link

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Suggestion: Ensure that the updated versions of dependencies are compatible with each other and with the rest of the project to prevent runtime issues. [compatibility]

    Suggested change
    com.google.api.grpc:proto-google-common-protos:2.41.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
    com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
    com.google.code.gson:gson:2.10.1=runtimeClasspath,testRuntimeClasspath
    com.google.code.gson:gson:2.11.0=runtimeClasspath,testRuntimeClasspath
    com.google.code.gson:gson:2.8.9=compileClasspath,testCompileClasspath
    com.google.errorprone:error_prone_annotations:2.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
    com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
    com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
    com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
    com.google.errorprone:error_prone_annotations:2.28.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

    Comment on lines +23 to +24
    com.google.j2objc:j2objc-annotations:2.8=runtimeClasspath,testRuntimeClasspath
    com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,testCompileClasspath
    Copy link

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Suggestion: Consider removing any duplicate or conflicting dependencies to reduce potential build conflicts and improve maintainability. [maintainability]

    Suggested change
    com.google.j2objc:j2objc-annotations:2.8=runtimeClasspath,testRuntimeClasspath
    com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,testCompileClasspath
    com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,testCompileClasspath,runtimeClasspath,testRuntimeClasspath
    ...

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    size:L This PR changes 100-499 lines, ignoring generated files
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant