Skip to content

Commit

Permalink
Bump Dagger's version of error-prone to 2.14.0 (so CheckReturnValue c…
Browse files Browse the repository at this point in the history
…heckers "know about" AutoValue/AutoValue.Builders).

Also update the `com.googlecode.java-diff-utils:diffutils` dependency of error-prone 2.14.0 to its new dependency, `io.github.java-diff-utils:java-diff-utils`:

https://mvnrepository.com/artifact/com.google.errorprone/error_prone_check_api/2.14.0

RELNOTES=N/A
PiperOrigin-RevId: 455244875
  • Loading branch information
bcorso authored and Dagger Team committed Jun 15, 2022
1 parent 2d51c8c commit 1cb28a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ BYTE_BUDDY_VERSION = "1.9.10"

CHECKER_FRAMEWORK_VERSION = "2.5.3"

ERROR_PRONE_VERSION = "2.3.2"
ERROR_PRONE_VERSION = "2.14.0"

KSP_VERSION = "1.6.21-1.0.5"

Expand Down Expand Up @@ -242,6 +242,7 @@ maven_install(
"com.google.truth:truth:1.1",
"com.squareup:javapoet:1.13.0",
"com.squareup:kotlinpoet:1.11.0",
"io.github.java-diff-utils:java-diff-utils:4.11",
"io.grpc:grpc-context:%s" % GRPC_VERSION,
"io.grpc:grpc-core:%s" % GRPC_VERSION,
"io.grpc:grpc-netty:%s" % GRPC_VERSION,
Expand Down
2 changes: 1 addition & 1 deletion third_party/java/diffutils/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ package(default_visibility = ["//:src"])

alias(
name = "diffutils",
actual = "@maven//:com_googlecode_java_diff_utils_diffutils",
actual = "@maven//:io_github_java_diff_utils_java_diff_utils",
)

0 comments on commit 1cb28a6

Please sign in to comment.