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

Bump com.google.errorprone:error_prone_core from 2.26.1 to 2.27.0 #19188

Merged

Commits on Apr 29, 2024

  1. Bump com.google.errorprone:error_prone_core from 2.26.1 to 2.27.0

    Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.26.1 to 2.27.0.
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.26.1...v2.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.errorprone:error_prone_core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c375356 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Remove duplicate setter call

    Errorprone error: [RedundantSetterCall] customMessage(..) was called twice with the same argument. Setting the same field multiple times is redundant, and could mask a bug.
        (see https://errorprone.info/bugpattern/RedundantSetterCall)
      Did you mean '.webhookUrl(webhookUrl().asString(parameters))'?
    thll committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7e74d40 View commit details
    Browse the repository at this point in the history