diff --git a/tensorflow/workspace2.bzl b/tensorflow/workspace2.bzl index e2f72ef401a..30b5260d9ed 100644 --- a/tensorflow/workspace2.bzl +++ b/tensorflow/workspace2.bzl @@ -693,12 +693,12 @@ def _tf_repositories(): tf_http_archive( name = "jsoncpp_git", build_file = "//third_party:jsoncpp.BUILD", - sha256 = "77a402fb577b2e0e5d0bdc1cf9c65278915cdb25171e3452c68b6da8a561f8f0", + sha256 = "e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999", strip_prefix = "jsoncpp-1.9.2", system_build_file = "//third_party/systemlibs:jsoncpp.BUILD", urls = [ - "https://storage.googleapis.com/mirror.tensorflow.org/github.com/open-source-parsers/jsoncpp/archive/1.9.2.tar.gz", - "https://github.com/open-source-parsers/jsoncpp/archive/1.9.2.tar.gz", + "https://storage.googleapis.com/mirror.tensorflow.org/github.com/open-source-parsers/jsoncpp/archive/1.9.4.tar.gz", + "https://github.com/open-source-parsers/jsoncpp/archive/1.9.4.tar.gz", ], ) diff --git a/third_party/jsoncpp.BUILD b/third_party/jsoncpp.BUILD index 7bc466c664f..3b4642c8109 100644 --- a/third_party/jsoncpp.BUILD +++ b/third_party/jsoncpp.BUILD @@ -13,7 +13,6 @@ cc_library( ], hdrs = [ "include/json/allocator.h", - "include/json/autolink.h", "include/json/config.h", "include/json/forwards.h", "include/json/json.h",