From a0a1b7b5dbe0fe060bec1142e57fd970fca65620 Mon Sep 17 00:00:00 2001 From: Geeta Chavan Date: Fri, 28 May 2021 16:10:08 -0700 Subject: [PATCH] PR #48739: Update jsoncpp to 1.9.4 --- tensorflow/workspace.bzl | 8 ++++---- third_party/jsoncpp.BUILD | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index b9a4136a3ac..420073e8606 100755 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -571,12 +571,12 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""): tf_http_archive( name = "jsoncpp_git", build_file = clean_dep("//third_party:jsoncpp.BUILD"), - sha256 = "c49deac9e0933bcb7044f08516861a2d560988540b23de2ac1ad443b219afdb6", - strip_prefix = "jsoncpp-1.8.4", + sha256 = "e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999", + strip_prefix = "jsoncpp-1.9.4", system_build_file = clean_dep("//third_party/systemlibs:jsoncpp.BUILD"), urls = [ - "https://storage.googleapis.com/mirror.tensorflow.org/github.com/open-source-parsers/jsoncpp/archive/1.8.4.tar.gz", - "https://github.com/open-source-parsers/jsoncpp/archive/1.8.4.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 cf3cba05556..f41964477ce 100644 --- a/third_party/jsoncpp.BUILD +++ b/third_party/jsoncpp.BUILD @@ -12,7 +12,6 @@ cc_library( "src/lib_json/json_writer.cpp", ], hdrs = [ - "include/json/autolink.h", "include/json/config.h", "include/json/features.h", "include/json/forwards.h",