Skip to content

Commit

Permalink
updating GSON and Guava to more recent versions (#8524)
Browse files Browse the repository at this point in the history
  • Loading branch information
perezd committed Apr 22, 2021
1 parent bbd6999 commit 6168922
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 101 deletions.
9 changes: 5 additions & 4 deletions WORKSPACE
Expand Up @@ -38,17 +38,18 @@ bind(
load("@rules_jvm_external//:defs.bzl", "maven_install")
maven_install(
artifacts = [
"com.google.guava:guava:18.0",
"com.google.code.gson:gson:2.7",
"com.google.guava:guava:30.1.1-jre",
"com.google.code.gson:gson:2.8.6",
"com.google.errorprone:error_prone_annotations:2.3.2",
"junit:junit:4.12",
"org.easymock:easymock:3.2",
"org.easymock:easymockclassextension:3.2",
"com.google.truth:truth:1.1.2",
],
repositories = [
"https://jcenter.bintray.com/",
"https://repo1.maven.org/maven2",
"http://mirrors.ibiblio.org/pub/mirrors/maven2",
"http://www.ibiblio.net/pub/packages/maven2",
],
# For updating instructions, see:
# https://github.com/bazelbuild/rules_jvm_external#updating-maven_installjson
Expand Down Expand Up @@ -93,6 +94,6 @@ bind(
actual = "@maven//:com_google_truth_truth",
)

# For `cc_proto_blacklist_test`.
# For `cc_proto_blacklist_test` and `build_test`.
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()

0 comments on commit 6168922

Please sign in to comment.